Hi,

On Tue, 2010-02-09 at 08:46 +0100, Michael Raab wrote:
> Hi Gerrit,
> 
> thanks for your support, got it 5 mins ago. In your tutorial you mention the 
> variables BUILD_SHARED_LIBS and BUILD_STATIC_LIBS. They seem to be gone. So 
> what is the default configuration for support libs now? static or shared?
> 

for the support they are gone as for some of the libs you must choose
shared (e.g. glut) due to global data blocks which otherwise lead to
problems later for others you must use static as they don't have the
correct export/import definitions for dlls. So the support project
always builds all libs possible.

For OpenSG itself you can still choose static or shared support libs.
The choice will be followed except if there is only one variant
available, e.g. glut will always be linked shared. I admit I have 
to update the documentation on this.

kind regards
  gerrit




------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to