See also http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking

You might have luck using the fedora provided simgear libraries
(install the SimGear-devel package). I know there are a couple of
fedora patches applied to simgear, a.o. a patch for the linker.

Stefan

2010/12/9 Brian Schack <bschack-flightg...@usa.net>:
>>>>>> "Dave" == dave perry  writes:
>
>    Dave> Hi, I just upgraded to fedora 14.  FlightGear builds OK from
>    Dave> yesterday's git with current svn osg and current simgear from
>    Dave> git.  Also fgrun builds OK.  But I have not been able to build
>    Dave> Atlas from yesterday's Atlas cvs.  I get the following link
>    Dave> error compiling SimGear-2.0.0 (from a tar) for use with Atlas
>    Dave> compile.
>
> [...]
>
> It seems that Fedora has made ld a lot pickier than other systems.  I
> don't have Fedora so I can't test it, but as a wild guess, try changing
> the Makefile.am in simgear/screen, adding '-ldl' to the libraries for
> TextRenderTexture:
>
> TestRenderTexture_LDADD = \
>        libsgscreen.a \
>        -ldl \
>        $(top_builddir)/simgear/debug/libsgdebug.a \
>        $(opengl_LIBS)
>
> No guarantees about whether it will work, or whether it constitutes a
> good solution to the problem.  It might be interested to see how SimGear
> GIT compares to SimGear 2.0.0.
>
> Brian
>
> ------------------------------------------------------------------------------
> This SF Dev2Dev email is sponsored by:
>
> WikiLeaks The End of the Free Internet
> http://p.sf.net/sfu/therealnews-com
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>

------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to