discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Installation issues debian 8.2


From: Ivan Vučica
Subject: Re: Installation issues debian 8.2
Date: Tue, 12 Jan 2016 22:19:11 +0000

A nonobvious thing to clean up is /etc/GNUstep.conf.

Use CC when configure'ing gnustep-make, too; this is how the default CC gets set for later use.

Check config.log for details on how the configure script failed (including source code and compile options of the test program).


On Tue, Jan 12, 2016, 11:25 Riccardo Mottola <riccardo.mottola@libero.it> wrote:
Hi,

Tristan Bellogi wrote:
> & run the script...
> It fails whith errors @:
> cd ~/core/base/
> ./configure
> make -j8
>
> I got this...
>
> checking whether objc really works... no
> I don't seem to be able to use your Objective-C compiler to produce
> working binaries!  Please check your Objective-C compiler installation.
> If you are using gcc-3.x make sure that your compiler's libgcc_s and
> libobjc
> can be found by the dynamic linker - usually that requires you to play
> with LD_LIBRARY_PATH or /etc/ld.so.conf.
>
> I probably did something wrong but can't figure out what, so shortly:
> How to install gnustep/objc2 on my debian 8.2
which compiler is being picked up, if yous till have both installed?
Check futher up in the messages

setting CC is your friend.

e.g.
./configure CC=compilerXX

Riccardo

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

reply via email to

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