LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   error in installation.log (https://www.linuxquestions.org/questions/linux-newbie-8/error-in-installation-log-4175460778/)

sryzdn 05-05-2013 08:14 AM

error in installation.log
 
1 Attachment(s)
Hi,

I want to install a visualization tool called gdis:
http://gdis.sourceforge.net/

Getting the source from: http://https://df.arcs.org.au/ARCS/worldview/GDIS/
I also have installed all the prerequisites. But the installation fails with the following error in the installation log:

Quote:

/usr/bin/ld: note: 'floor@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
/lib64/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [gdis] Error 1. gtkglext-1.0 -I/usr/lib64/gtkglext-1.0/include -c file_diff.c
The installation log is enclosed.

I would be very grateful if someone help me solve this problem.

unSpawn 05-05-2013 03:03 PM

gdis v0.90 was released nearly 5 years ago. Exporting as suggested before running "./configure" may (or may not) work:
Code:

export LDFLAGS="$LDFLAGS -lm"
*Additionally if this is Fedora >= 13 also see this.


All times are GMT -5. The time now is 01:20 PM.