gnustep-dev
[Top][All Lists]
Advanced

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

Re: Compile issues


From: Ivan Vučica
Subject: Re: Compile issues
Date: Wed, 7 Dec 2011 02:08:51 +0100

First I'd like to ask you if you could post some instructions on building your own tool chain for Android :)

Next, please examine "config.log". It should among other things contain a full copy of the failed feature testing program's source code, as well as a more specific failure reason,

Can you send your "config.log" to the list?

If you manage to get Foundation to run on Android, please tell us more about it. I got some Objective-C code running on Android, but never tried compiling GS. I'd be very interested in hearing more about your experiences.

4. 12. 2011., u 18:16, Jackie Gleason <address@hidden> napisao:

First of all I am relatively new to C so some of the things I say maybe duh mistakes.

I am trying to compile GNUStep using a custom Toolchain I built for Android. I am just looking to make the shared libraries and headers I need to allow for use of Foundation. So I go into the base directory under the base directory I run the following....

./configure --prefix=/home/jackie/tmp/gnustep/base --host=armeb CC="/home/jackie/Development/Google/AndroidNDK/android-ndk-r6b/toolchains/arm-linux-androideabi-4.6.1/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc" CPP_FLAGS="-I/home/jackie/Development/Google/AndroidNDK/android-ndk-r6b/platforms/android-8/arch-arm/usr/include/" CFLAGS="-nostdlib -I/home/jackie/Development/Google/AndroidNDK/android-ndk-r6b/platforms/android-8/arch-arm/usr/include/" LDFLAGS="-Wl,-rpath-link=/home/jackie/Development/Google/AndroidNDK/android-ndk-r6b/platforms/android-8/arch-arm/usr/lib -L/home/jackie/Development/Google/AndroidNDK/android-ndk-r6b/platforms/android-8/arch-arm/usr/lib" LIBS="-lc"

I get the following issue...

checking for pthread_join in -lpthread... no
configure: error: Unable to find pthread library (needed for thread support).

I know some pthread stuff doesn't work on Bionic but I thought that join shouldn't be an issue per...


Anyone able to help me with what I am doing wrong? Am I linking something wrong? If I go into make folder and run configure from there it works but only generates the executables.

Thanks
_______________________________________________
Gnustep-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/gnustep-dev

reply via email to

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