[vos-d] Compiling 0.24 with mingw on windows2000
Ken Taylor
taylork at alum.mit.edu
Tue Feb 27 02:30:43 EST 2007
>
> libcrystalspace.a exists and "file" detects it just fine, so I don't know
> what's going on there. libzlib.dll is an empty (size-0) file, so I really
> don't know what's going on there.
>
*snip*
> Even stranger -- the first make run made a size-0 wxterangreal.exe.
> Re-running "make" on the terangreal directory copied over a fully-formed
> wxterangreal.exe. Looks like some sort of file system synch problem....
> perhaps something similar occurred with libzlib; but I can't figure out
> where that file comes from.
meh:
# this is required to fool libtool
case $host in
*-*-mingw*) touch $INPLACE/lib/libzlib.dll ;;
esac
You people are sneaky :P
I also see that a patch gets applied to ltmain.sh... however, the patch
might not be getting applied correctly. The investigation continues...
-Ken
More information about the vos-d
mailing list