Andy Ross writes:
>
> Martin Spott wrote:
> > Think of some application that needs - just as a stupid
> example - > only functions from libosgText but none from libosgSim ?
>
> Actually, here's a better explanation: let's call that
> application "FlightGear" and say that it requires functions
Martin Spott wrote:
> Think of some application that needs - just as a stupid example -
> only functions from libosgText but none from libosgSim ?
Actually, here's a better explanation: let's call that application
"FlightGear" and say that it requires functions from osgUtil, osgSim
and osgDB, bu
Martin Spott wrote:
> I guess the intention is to allow developers to link only the libraries
> whose functions they actually call. Think of some application that
> needs - just as a stupid example - only functions from libosgText but
> none from libosgSim ?
What would be the benefit of that i
Andy Ross wrote:
> Martin Spott wrote:
> > I had to make the following change in order to get the 'fgfs' binary
> > linked on FreeBSD. 'libosgSim' apparently references some functions
> > like "osgText::readFontFile" which areimplemented in 'libosgText'
> Which begs the question: why on earth d
Martin Spott wrote:
> I had to make the following change in order to get the 'fgfs' binary
> linked on FreeBSD. 'libosgSim' apparently references some functions
> like "osgText::readFontFile" which areimplemented in 'libosgText' - so
> put the latter into the linker command as well:
Did I tell you
Martin Spott wrote:
> I had to make the following change in order to get the 'fgfs' binary
> linked on FreeBSD. 'libosgSim' apparently references some functions
> like "osgText::readFontFile" which areimplemented in 'libosgText'
Which begs the question: why on earth does OSG insist on installin
I had to make the following change in order to get the 'fgfs' binary
linked on FreeBSD. 'libosgSim' apparently references some functions
like "osgText::readFontFile" which areimplemented in 'libosgText' - so
put the latter into the linker command as well:
--- src/Main/Makefile.am~ Tue Nov 7
7 matches
Mail list logo