LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   sumo installation on fedora 16 (https://www.linuxquestions.org/questions/fedora-35/sumo-installation-on-fedora-16-a-4175419738/)

sims2801 08-01-2012 06:53 AM

sumo installation on fedora 16
 
dear all

i want sumo 0.12.3 to be intstalled on fedora16.
there is no binary file available on repository for sumo 01.12.3 .
therefore i am trying to make it.
for that purpose i downloaded the follwoing packages

fox-1.6.36.tar.gz
gdal-1.5.1.tar.gz
proj-4.6.0.tar.gz
xerces-c-current.tar.gz

but when i tried to install the first one i.e. fox-1.6.36.tar.gz by
using the follwing commands

tar xzf fox-1.6.36.tar.gz
cd fox-1.6.36
./configure --with-opengl=yes --prefix=$HOME && make install

i get the following errors
......................
-W -Woverloaded-virtual -Wformat -DHAVE_GLU_H=1 -DHAVE_GL_H=1 -o
.libs/ControlPanel ControlPanel.o ../src/.libs/libFOX-1.6.so -ldl
-lpthread -lrt -ljpeg -lpng -ltiff -lz -lbz2 -lm -lGLU -lGL
/usr/bin/ld: ControlPanel.o: undefined reference to symbol 'XGetDefault'
/usr/bin/ld: note: 'XGetDefault' is defined in DSO
/usr/lib/libX11.so.6 so try adding it to the linker command line
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[1]: *** [ControlPanel] Error 1
make[1]: Leaving directory `/home/kavita/fox-1.6.36/tests'
make: *** [install-recursive] Error 1
........................

please tell me how i correct this error.
As well as what specific packages ( version) has to be used to install
sumo 0.12.3

kindly tell me

regards
sims


All times are GMT -5. The time now is 09:30 PM.