Bug#140186: Acknowledgement (g++-3.0, result of using the : undefined

2002-03-29 Thread mffm Matt Flax
Thank you very much Philip. This solution makes me very happy ! You have sloved my problem. Please consider the bug report I submitted (140186) closed and solved. Matt On Sat, Mar 30, 2002 at 01:24:24AM +1100, mffm Matt Flax wrote: > Please find attatched a complete shared library project

Bug#140186: Acknowledgement (g++-3.0, result of using the : undefined

2002-03-29 Thread mffm Matt Flax
Please find attatched a complete shared library project and Makefile. a] tar zxpvf g++-3.0-possible-bug.tar.gz ; cd g++-3.0-possible-bug b] make c] export LD_LIBRARY_PATH=. d] /sbin/ldconfig e] ./HelloWorldExample ./HelloWorldExample: relocation error: ./libHelloWorld.so.1: undefined symbol: __dso

Bug#140186: Acknowledgement (g++-3.0, result of using the : undefined

2002-03-28 Thread mffm Matt Flax
I am now using the following version of binutils : [EMAIL PROTECTED]:~$ ld -v GNU ld version 2.12.90.0.1 20020307 Debian/GNU Linux The same problem exists : [EMAIL PROTECTED]:~/research/fft$ ./complexFFTExample ./complexFFTExample: relocation error: /home/flatmax/lib/libfft.so.0.1: undefined symb

libstdc++-3.0 configure options

2002-03-28 Thread mffm Matt Flax
Hello, I would like to compile my own libstdc++ V3.0 for my debian release. Can you please tell me what ./configure options were specified ? Or where to look to find them ? thanks Matt -- http://mffm.darktech.org WSOLA TimeScale Audio Mod : http://mffmtimescale.sourceforge.net/ Vector Bass

Bug#140186: g++-3.0, result of using the : undefined symbol: __dso_handle

2002-03-27 Thread mffm Matt Flax
Package: g++-3.0 Version: 1:3.0.3-1 and 1:3.0.4-6 Severity: serious Compilation is fine. When I try to execute, I get the following problem : relocation error: undefined symbol: __dso_handle The error literally looks like so : [EMAIL PROTECTED]:~/research/fft$ ./complexFFTExample ./complexFFTEx