gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libobjc2


From: Vincent Richomme
Subject: Re: libobjc2
Date: Wed, 17 Feb 2010 15:22:54 +0100
User-agent: RoundCube Webmail/0.2

On Wed, 17 Feb 2010 10:48:38 +0000, David Chisnall <address@hidden>
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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]