Hi again and thanks for helping! > Hello, > > > -----Message d'origine----- > > Hello, > > I'm not sure that this is the proper place to ask but I do it > > anyway as > > I desparately need some help. I'm trying to compile and test > Freetype > > on a embedded system, an ARM-processor running ThreadX but my > problem > > is on the compile-stage. My dev-box is running a cygwin-based > > shell and > > after some problems I succeded (with the help of this great > "story" > > > http://www.gamedev.net/community/forums/topic.asp?topic_id=277879 ) > > compiling freetype2 by first making a file named 'lib' in the > > freetype- > > dir containing: > > > > #!/bin/sh > > builds/unix/libtool --mode=finish $@ > > > > That's very strange, because I can't reproduce the problem with > Cygwin.The fact that the build system invokes "lib /OUT:xxxx" > means that it is > confused and believes it's building a library with a Win32 > compiler, not > a Unix one. > > Could you describe your Cygwin setup, are you using bash, etc.... ?
I made things the wrong way... I did try to compile in a X-tools bash but I didn't get that to work so that workaround I mentioned was to be able to compile from a dos command shell using cygwin-commands. Now I know better, bash solved that problem and I got a nice lib. The rest of it is just me messing around, mixing unix, windows and thread-x. I have to get it proper cross-compiled and I will probably be back with stupid questions. Thanks alot! Fredrik _______________________________________________ Freetype mailing list Freetype@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype