|
|
|
|
|
|
c**t 发帖数: 2744 | 1 g++ 3.2 就没有问题。3.4怎么不行?
$ make -f makefile all
rm -f ../../../../programs/libraries/libxmlparse.a
g++ -qmkshrobj -o ../../../../programs/libraries/libxmlparse.so ../../../../programs/libraries/static/libxmlparse_s.a
-blibpath:./programs/libraries:/usr/lib/threads:/lib:/usr/lib:/lib:/software/ace/ACE_wrappers/ace
-L/lib -ldl -lpthreads -ltli_r -lC_r
g++: `-b' must come at the start of the command line
make: *** [../../../../programs/libraries/libxmlparse.a] Error 1
$ g++ --version
g++ | t****t 发帖数: 6806 | 2
~~~~~~~~~~~~~~
what is this?
【在 c**t 的大作中提到】 : g++ 3.2 就没有问题。3.4怎么不行? : $ make -f makefile all : rm -f ../../../../programs/libraries/libxmlparse.a : g++ -qmkshrobj -o ../../../../programs/libraries/libxmlparse.so ../../../../programs/libraries/static/libxmlparse_s.a : -blibpath:./programs/libraries:/usr/lib/threads:/lib:/usr/lib:/lib:/software/ace/ACE_wrappers/ace : -L/lib -ldl -lpthreads -ltli_r -lC_r : g++: `-b' must come at the start of the command line : make: *** [../../../../programs/libraries/libxmlparse.a] Error 1 : $ g++ --version : g++
| c**t 发帖数: 2744 | 3 It's "g++ -fPIC -shared ...".
-qmkshrobj is for AIX...
笞髦刑岬 】
【在 t****t 的大作中提到】 : : ~~~~~~~~~~~~~~ : what is this?
|
|
|
|
|
|