diff options
Diffstat (limited to 'devel/boost/pkg-message.stlport')
-rw-r--r-- | devel/boost/pkg-message.stlport | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/boost/pkg-message.stlport b/devel/boost/pkg-message.stlport new file mode 100644 index 000000000000..6555a7ab7fa1 --- /dev/null +++ b/devel/boost/pkg-message.stlport @@ -0,0 +1,16 @@ +You have built Boost on FreeBSD 4, which comes with the GCC 2.95.4 +compiler suite. + +Since the standard template library of g++ 2.95.4 is not compatible +with this version of Boost, the library has been built against the +STLport library (devel/stlport). + +In order for your own code to link properly, you have to built it +with STLport also. You are advised to use the following compiler +and linker options: + +Compiler options (be sure to append any additional options after these!) + -nostdinc -I%%LOCALBASE%%/include/stlport -I/usr/include + +Linker options: + -L%%LOCALBASE%%/lib -lstlport_gcc |