discuss-gnustep
[Top][All Lists]
Advanced

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

Re: [newbie] compilation errors


From: Adam Fedor
Subject: Re: [newbie] compilation errors
Date: 16 Aug 2003 16:14:20 -0600

On Sat, 2003-08-16 at 15:40, Scott Finnie wrote:
> Hi,
> 
> Trying to build gnustep on vanilla mdk91.  Everything fine up until I 
> try to build gnustep-gui, when I get build errors (below).
> 
> Any help greatfully accepted.  Messages suggest something pthread 
> related - perhaps I'm missing a lib?
> 
> Thanks,
> Scott.
> --
> make output:
> 
> Making all in gsnd...
> make[2]: Entering directory 
> `/home/scoot/downloads/gnustep/gnustep-gui-0.8.5/Tools/gsnd'
> test -d shared_obj/ix86/linux-gnu/gnu-gnu-gnu/portaudio/pa_common || \
>   mkdir -p shared_obj/ix86/linux-gnu/gnu-gnu-gnu/portaudio/pa_common ; \
>   test -d shared_obj/ix86/linux-gnu/gnu-gnu-gnu/portaudio/pa_unix_oss || \
>   mkdir -p shared_obj/ix86/linux-gnu/gnu-gnu-gnu/portaudio/pa_unix_oss ;
> Making all for tool gnustep_sndd...
>  Linking tool gnustep_sndd ...
> shared_obj/ix86/linux-gnu/gnu-gnu-gnu/portaudio/pa_unix_oss/pa_unix_oss.o(.text+0x72f):
>  
> In function `PaHost_WatchDogProc':
> : undefined reference to `pthread_kill'

Can you type

make messages=yes


It should show -lpthread somewhere on the link line. Apparently this
isn't happening though. Maybe check config.make in
/usr/GNUstep/System/Library/Makefiles for objc_threaded (which should
have -lpthread). On the other hand...why did gnustep-base compile
fine?...






reply via email to

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