﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
107	libtool	Silvan Scherrer		"On some (yet unknown) situations libtool creates the 
{{{
# Shared library suffix (normally "".so"").
shrext_cmds="".dll""
}}}
like the following:
{{{
# Shared library suffix (normally "".so"").
shrext_cmds="".dll
""
}}}
The lzo project is such an example. But only the pentium4 part. The i686 builds ok.
When this happens, it creates a lzo22.dll.def file instead a lzo22.def. And of course this is then not working, as a library name of lzo22.dll is not a good choice.
"	defect	closed	critical		libtool		medium	fixed		
