Bug#134315: iostream.h does not like -fPIC

2002-05-27 Thread Matthias Klose
retitle 134315 [fixed in g++-3.1] iostream.h does not like -fPIC tags 134315 + fixed reassign 134315 g++-3.0 thanks Arjen Hommersom writes: Package: gcc Version: 3.0.3-1 This script: #!/bin/sh cat /tmp/test.cc EOF #include iostream.h int main(void) {

Bug#134315: iostream.h does not like -fPIC

2002-02-16 Thread Arjen Hommersom
Package: gcc Version: 3.0.3-1 This script: #!/bin/sh cat /tmp/test.cc EOF #include iostream.h int main(void) { return 0; } EOF cd /tmp gcc -o /tmp/test -fPIC /tmp/test.cc -lstdc++ /tmp/test rm -rf /tmp/test.cc rm -rf /tmp/test results in a segmentation fault. This is in

Bug#134315: iostream.h does not like -fPIC

2002-02-16 Thread Daniel Jacobowitz
On Sun, Feb 17, 2002 at 06:37:05AM +0100, Arjen Hommersom wrote: Package: gcc Version: 3.0.3-1 This script: #!/bin/sh cat /tmp/test.cc EOF #include iostream.h int main(void) { return 0; } EOF cd /tmp gcc -o /tmp/test -fPIC /tmp/test.cc -lstdc++

Bug#134315: iostream.h does not like -fPIC

2002-02-16 Thread Arjen Hommersom
On Sunday 17 February 2002 02:09, you wrote: On Sunday 17 February 2002 01:49, Daniel Jacobowitz wrote: Does this still happen if you compile the C++ with g++? Yes, it does.. I forgot to include a backtrace in my the report, it is: 0x00010750 in