LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Problems with compiler where to make the changes (https://www.linuxquestions.org/questions/linux-from-scratch-13/problems-with-compiler-where-to-make-the-changes-4175440526/)

EDDY1 12-07-2012 10:51 PM

Problems with compiler where to make the changes
 
This is one of the errors that I got while compiling malaga
Quote:

note: 'ceil@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
I have searched & found this thread here in our forum.
http://www.linuxquestions.org/questi...d.php?t=945901
The nly problem thatI have is finding the file to edit.

druuna 12-08-2012 02:25 AM

Quote:

Originally Posted by EDDY1 (Post 4844960)
This is one of the errors that I got while compiling malaga
I have searched & found this thread here in our forum.
http://www.linuxquestions.org/questi...d.php?t=945901
The nly problem thatI have is finding the file to edit.

The possible solution mentioned in the link doesn't edit a file but adds a line to the ./configure statement.

Malaga doesn't seem to be part of (B)LFS and you haven't posted the configure line you used, but it should look like this (fill in the missing parts yourself):
Code:

$ LDFLAGS="-lm" ./configure .. .. .. ..


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