Results 1 to 2 of 2
gcc -o ./pgms/ubgears -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-mat h -Wall ./src/ubgears.c -lGL -lXext -lX11
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make: *** [pgms/ubgears] ...
- 02-25-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 2
Unix bench
gcc -o ./pgms/ubgears -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-mat h -Wall ./src/ubgears.c -lGL -lXext -lX11
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make: *** [pgms/ubgears] Error 1
I get this error when i try to instal the unixbench-5.1.2 . its a benchmarking software from this url Linux Benchmarking
can some help me to resolve this...
thanks...
- 02-25-2008 #2
You need to install libXext-devel (the name could be slightly different in Mandriva).


Reply With Quote
