reassign 134262 glut3g
(Bthanks
(B
(Bthere is at least a bug in the glut3g package in that it does not
(Bdefine a dependency on libstdc++2.10-glibc2.2, although the shared
(Blibglut library is linked against it.
(B
(BBefore trying to compile / link with g++-3.x, xlibmesa needs to be
(Bcompiled with the same compiler. Linking an executable against two
(Bdifferent libstdc++ libs is a no no ...
(B
(BMartin, please correct my, if I'm wrong.
(B
(B        Matthias
(B
(BDaniel Sjölie writes:
(B> On 2002-02-16 23:01:21, Martin v. Loewis wrote:
(B> > Daniel SjÂölie <[EMAIL PROTECTED]> writes:
(B> > 
(B> > > 0x400a9c59 in osgDB::ReaderWriter::ReadResult::getNode() (this=0xbffff2a0)
(B> > >     at /home/source/osg/cvs/include/osgDB/ReaderWriter:64
(B> > > 64                      osg::Node* getNode() { return 
(B> > > dynamic_cast<osg::Node*>(_object.get()); }
(B> > > (gdb) s
(B> > > 
(B> > > Program received signal SIGSEGV, Segmentation fault.
(B> > 
(B> > Can you give a precise specification of the source code you have
(B> > compiled to generate this problem?
(B> > 
(B> > Are you sure that you are not invoking undefined behaviour? More
(B> > specifically, are you sure that 0x808f170 really represents an
(B> > osg::Object* to an object that has been allocated but not yet deleted?
(B> 
(B> We have now verified that everything works using the same compiler in
(B> RedHat 7.2.
(B> 
(B> [EMAIL PROTECTED]:/home/andek>g++ -v
(B> Reading specs from
(B> /sw/gcc-3.0.3/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs
(B> Configured with: ../../../3.0.3/configure --prefix=/sw/gcc-3.0.3
(B> --disable-shared --disable-libgcj
(B> Thread model: single
(B> gcc version 3.0.3
(B> 
(B> Works.
(B> 
(B> [EMAIL PROTECTED]:~$ g++-3.0 -v
(B> Reading specs from /usr/lib/gcc-lib/i386-linux/3.0.3/specs
(B> Configured with: ../src/configure -v
(B> --enable-languages=c,c++,java,f77,proto,objc --prefix=/usr
(B> --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as
(B> --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls
(B> --without-included-gettext --disable-checking --enable-threads=posix
(B> --enable-java-gc=boehm --with-cpp-install-dir=bin --enable-objc-gc
(B> i386-linux
(B> Thread model: posix
(B> gcc version 3.0.3
(B> 
(B> Does not work.
(B> 
(B> Some interesting google hits:
(B> http://lug.boulder.co.us/pipermail/lug/Week-of-Mon-20010917/013971.html
(B> http://gcc.gnu.org/ml/libstdc++/1999-q4/msg00290.html
(B> http://mailarchivers.ncsa.uiuc.edu/cgi-bin/mailarchivers/search.pl?archivename=PERFORMER&threadmsg=2350
(B> 
(B> /Daniel
(B> 
(B> -- 
(B> Now take a deep breath, smile and don't take life so seriously... :)
(B> 
(B> 
(B> -- 
(B> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
(B> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
(B
(B
(B--
(BTo UNSUBSCRIBE, email to [EMAIL PROTECTED]
(Bwith a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to