Quoting Hauke Lathus <h...@pansensack.de> from ml.softs.gtk-gnutella.devel:
:Here is my problem: After compiling all c files, the final call to the 
:linker fails, because the command line is missing the "-lm" switch, so 
:that math functions like sqrt() and pow() cannot be found. When I 
:manually repeat the command after adding -lm, everything works fine.

Try running Configure from scratch again.  It should pick the -lm.
This will make sure there's not a bug in Configure itself.

You can use "make clobber" to cleanup everything first.

Otherwise, for a quick fix:

        edit config.sh
        change the "libs=" line to add -lm to it.
        run: Configure -S
        run: make depend && make

and it should work.

But I'm really interested in ruling out a Configure problem.

Raphael

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to