Re: [Plib-devel] plib 1.8.5 won't pass the autoconf phase in Ubuntu Gutsy
Brought to you by:
sjbaker
From: Jan R. <slo...@gm...> - 2008-03-17 19:32:51
|
Am Mon, 17 Mar 2008 14:51:35 +0100 schrieb "Anton Gomez" <gal...@gm...>: > The problem in this installation was libxi-dev and libxmu-dev packages where > not installed. But also, by replacing line 279 in config.in > LIBS="$LIBS $X_PRE_LIBS -lXi -lXmu -lXext -lX11 $X_EXTRA_LIBS -lm" > > to something like this: > LIBS="$LIBS $X_PRE_LIBS $X_LIBS $X_EXTRA_LIBS -lm" > > The compilation went smooth as silk. Maybe those libs are not really needed? Hi, on my Ubuntu Gutsy box, configure && make works without any trouble: checking for pthread_create in -lpthread... yes checking for glNewList in -lGL... yes But I can recall that I experienced similar problems when I compiled CRRCsim on Gutsy for the first time. I then decided to remove these libs from the (very old) Makefiles and never really missed them. Kind regards, Jan R. PS: By the way, configure && make and the examples also work fine on Windows XP (using MinGW & MSYS). PPS: The SourceForge project page (http://sourceforge.net/projects/plib/) still shows 1.8.5-rc1 as the most recent release. -- Jan Reucker email: jan dot reucker at web dot de web: http://www.reucker-online.de |