> Oh, wait a second: I now see you are talking about the header (.hpp) file,
> whereas I was referring to the (.cpp) source file, Gear.cpp. You are right
> that the former (the hpp) contains (only) the SGmaterial reference. The
> latter, the Gear.cpp source file is the one containing the additional SimGear
> include, as shown in the url to the cvs log in my previous mail.

Indeed.  Nonetheless, from a build just completed:

$ ldd ./yasim
        libdl.so.2 => /lib/libdl.so.2 (0x00002ac79e774000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00002ac79e878000)
        libm.so.6 => /lib/libm.so.6 (0x00002ac79ea78000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002ac79ebf9000)
        libc.so.6 => /lib/libc.so.6 (0x00002ac79ed07000)
        /lib64/ld-linux-x86-64.so.2 (0x00002ac79e657000)

Those extra SimGear libraries don't require anything from OSG, except
perhaps the compile-time headers.  Are you doing anything fancy like
building SimGear as a shared library?

Andy

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to