====== Apache C++ stdlib 4.2.1 (stdcxx-4.2.1) ======
* [[http://stdcxx.apache.org/]]
* installée sur nemo
| version ^ 32 bits ^ 64 bits ^
^ | /local/apps/APACHE-4.2.1 | /local/apps/lib/amd64/APACHE-4.2.1 |
^ lib | -lstd15d | -lstd15D |
===== notes =====
pour compiler une librairie partagée, 32 bits, thread safe:
nemo-henry% module load ss12
nemo-henry% gmake BUILDDIR=solaris-15d BUILDTYPE=15d CONFIG=sunpro.config | & tee MAKE.LOG
il y a une erreur sur un test, à la fin:
...
CC -c -D_RWSTDDEBUG -mt -I/local/henry/stdcxx-4.2.1/include -I/local/henry/stdcxx-4.2.1/solaris-15d/include -I/local/henry/stdcxx-4.2.1/tests/include -library=%none -g +w -errtags -erroff=hidef /local/henry/stdcxx-4.2.1/tests/regress/26.valarray.binary.stdcxx-237.cpp
"/local/henry/stdcxx-4.2.1/tests/regress/26.valarray.binary.stdcxx-237.cpp", line 37: Error, nomatchoverin: Could not find a match for std::operator%(std::gslice_array, std::gslice_array) needed in main().
1 Error(s) detected.
gmake[2]: *** [26.valarray.binary.stdcxx-237.o] Error 1
...
à voir si c'est gênant?