Hello,

I am trying to update the SimGear package in Debian (from 1.9.1 to
2.0.0), I have packaged the current version of fgrun and plan to upload
it, but it only compiles with SimGear (v2.0.0).

The current Debian Maintainer is as far as I can tell not active at the
moment, which is why I have ended up trying to upgrade the package
myself. The Maintainer has included a makefile that takes the static
libraries and makes them is to shared object libraries. However these
libraries have circular dependencies that I cant seam to solve. For
instance the following shared object libraries are interdependent on
each other:
        libsgprops <--> libsgmisc
        libsgprops <--> libsgstructure
        libsgmaterial <--> libsgutil
        libsgtiming <--> libsgstructure
        
This prevents me from compiling FlightGear with the package as it errors
like:
        /usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/libsgstructure.so: 
undefined reference to `SGTimeStamp::stamp()'
        
Is this something you can help me with?

Thanks,

Chris




------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to