Can someone please add the pthread_libs to the Makefile.am in
engycad/src? serv.c fails to compile without it. (Unless it's passed in
from some of the other packages) I've attached a patch.
Thanks,
Ed Presutti (ekrunch on freenode)
--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it." - Brian W. Kernighan
--- Makefile.am.old 2007-07-20 23:54:28.713388031 -0500
+++ Makefile.am 2007-07-20 23:54:38.845965454 -0500
@@ -75,4 +75,4 @@
undo.c \
undo.h
-engycad_LDADD = @ENGY_LIBS@ -lm
+engycad_LDADD = @ENGY_LIBS@ @pthread_libs@ -lm
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel