On Wed, 17 Feb 2010 10:48:38 +0000, David Chisnall <[email protected]> wrote: > On 17 Feb 2010, at 06:45, Richard Frith-Macdonald wrote: > >> >> On 17 Feb 2010, at 00:12, Vincent Richomme wrote: >> >>> Hi, >>> >>> I would like to compile libobjc2 on msys/mingw but I don't know anything >>> to GNUstep build system. >>> I have installed GNustep with installer provided on your website but >>> now I >>> would like >>> to know how to instruct makefiles to use clang. >> >> You set the CC environment variable to be 'clang' >> >> eg. >> CC=clang make >> >> Good luck. I;m sure that people (David in particular) will be >> interested in hearing how you get on. > > Definitely! As far as I know, no one has tested libobjc2 on Windows yet, > so it would be great to get some feedback. > > Of course, because you're the first one doing the testing, you'll probably > find lots of things that don't work. Let me know when you do...
Ok so the first problem is to compile clang compiler with current msys/mingw provided by GNUstep installer(0.24.0). I tried and I get the following error about symboloc link : llvm[4]: Creating Release Alias clang++ (without symbols) ln: creating symbolic link `/home/Vincent/llvm/obj/Release/bin/clang++.exe' t o `clang.exe': No such file or directory When looking at bin directory I do have a clang.exe binary and I have ln. I also tried to create it manually and ir works... So the first task is to understand why it doesn't work with your msys/mingw. _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
