Re: libstdc++ problem after compiling gcc-4.0 with the -fvisibity-inlines

2005-04-27 Thread Benjamin Kosnik
For the record, I cannot reproduce this on linux with -O2 or -O0. If you continue to have problems, I strongly suggest reporting this in bugzilla. -benjamin

Re: libstdc++ problem after compiling gcc-4.0 with the -fvisibity-inlines

2005-04-26 Thread Paolo Carlini
Panagiotis Papadakos wrote: >I just compiled gcc-4.0 with the fvisibility-inlines-hidden option, >and I get undefined symbols when linking c++ code with libstdc++. >For example this simple c++ file does not compile: > > Can you please compare what you are seeing with libstdc++/19664? I believe i