discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep-gui make problems (linking pthreads)


From: Tobias
Subject: Re: GNUstep-gui make problems (linking pthreads)
Date: Tue, 1 Apr 2003 09:09:58 +0200
User-agent: KMail/1.5.1

that does not solve your problem, but it will work around it
> Anyway, I don't know if this is something that anyone can pinpoint, but
> I thought I would throw it out there.  Any help would be greatly
> appreciated and, at a minimum, it would be nice to know where I might
> add that '-lpthread' option permanently in the GNU make.
in gui/gui.make.in (or without .in if you happen not to run autoconf)
-GUI_LIBS = -lgnustep-gui
+GUI_LIBS = -lgnustep-gui -pthreads

~ibotty




reply via email to

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