Hi,

I have finally fixed this myself:
http://www.flightgear.org/forums/viewtopic.php?f=45&t=13539

Just extend 'fgpanel_LDADD' with -lsgthreads. Can someone commit this
fix?

I also needed to add some GL stuff to the same command.

Regards,
Roland

diff --git a/utils/fgpanel/Makefile.am b/utils/fgpanel/Makefile.am
index fedae05..4793bae 100644
--- a/utils/fgpanel/Makefile.am
+++ b/utils/fgpanel/Makefile.am
@@ -16,7 +16,7 @@ fgpanel_SOURCES = main.cxx \
 #LIBS =
 
 fgpanel_LDADD = \
-	-lGLU -lglut -lsgmath -lsgprops -lsgio -lsgdebug -lsgmisc -lsgstructure -lsgxml -lsgtiming \
-	-lplibpu -lplibfnt -lplibul \
-	-lrt -lpng
+	-lGL -lGLU -lglut -lsgmath -lsgprops -lsgio -lsgdebug -lsgmisc -lsgstructure -lsgxml -lsgtiming \
+	-lplibpu -lplibfnt -lplibul -lsgthreads \
+	-lrt -lpng -lz
 endif

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
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
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to