[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Static link trouble
From: |
Salvatore Di Fazio |
Subject: |
Static link trouble |
Date: |
11 Sep 2006 03:28:06 -0700 |
User-agent: |
G2/1.0 |
Hi guys,
I would like to build a version of my software with all the libraries
linked in static mode.
I tried with the following command:
g++ -static -L/some/path/for/the/libstdc++.a -LACE
but I recevied the following errors:
undefined reference to 'std::basic_string ...' ....
undefined reference to 'operator new' ....
Anybody knows why?
Tnx
- Static link trouble,
Salvatore Di Fazio <=