On Thu, May 29, 2008 at 9:01 PM, cory barton <[EMAIL PROTECTED]> wrote:
> I am having trouble using the simgear socket libraries however.
> ...
> This is the build command in Geany: g++ -Wall "%f" -lglut

Well, apparently you are not *using* the simgear libs ... you need to
link them into your program, such as by adding something like
-lsgserial -lsgio and any other libs these might depend on.

-- 
Csaba/Jester

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to