[Bug c++/33323] configure with --disable-shared, g++ can't create shared library.

2007-09-06 Thread cnstar9988 at gmail dot com
--- Comment #1 from cnstar9988 at gmail dot com 2007-09-06 13:30 --- ./configure --disable-shared Because I don't want to dynamic linked with libstdc++.so. I wan't static linked with libstdc++.a. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33323

[Bug c++/33323] configure with --disable-shared, g++ can't create shared library.

2007-09-06 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2007-09-06 13:45 --- you must use the --with-pic option which is currently broken ;) see PR28811. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33323

[Bug c++/33323] configure with --disable-shared, g++ can't create shared library.

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-09-06 20:06 --- Invalid as --with-pic is needed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added