This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> shared: > > g++ -o hello hello.cc shared _if_ shared library support was enabled during the compiler build. This was not the default for 2.95.3 and prior if I am not mistaken. 3.x and greater have shared library support enabled by default. > > static: > > g++ -static -o hello hello.cc > > -benjamin
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |