Dirk Reiners wrote: > Hi all, > >On Wed, 2006-07-05 at 18:20 +0800, Gerrit Voss wrote: > > >>ah I see you were talking about the runtime linker. Yep than there >>will be a problem if you compiler against a 1.4 system and run it >>on a 1.3. Than the only way, as putting it in there was necessary for >>some reason, is add a configure switch so you can remove it. >> >> > >I took it out. The reason to put it in were problems with dynamically >loaded OpenSG libraries (e.g. from a python module). For some reason glx >is not loaded correctly, so that OpenSG can't find getProcAddress and >therefore none of the extensions work. But if we can't make it work >reliably, there's no point in keeping it. > >Sorry, Allen! :( > > Understood.
One question though. It seems that this is being removed because someone could compile against GLX 1.4 and then try to run with GLX 1.3. Wouldn't that be considered an error? I mean if someone compiled against version 2.0 of a library and then ran with version 1.1 of the library would we really say the OpenSG code is at fault for thinking that the library include the symbols that were detected and used at compile time? IMHO I think GV's idea of adding a configure flag seems a little more reasonable of a solution to this problem. -Allen > Dirk > > > >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Opensg-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/opensg-users > > > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
