b29a5a553e
This adds two run time dependecies in the WITH_PYTHON case: * devel/gccxml * devel/py-elementtree This was requested in [1]. - Add pkg-message to help developers getting started with boost: Give suggestions for CFLAGS and LDFLAGS for the following build options: * BOOST_THREADS: pkg-message.threads * WITH_PYTHON: pkg-message.python * stlport (4.x): pkg-message.stlport - remove pkg-install script and perform installation in Makefile PR: ports/77640 [1] Approved by: arved (mentor)
17 lines
592 B
Plaintext
17 lines
592 B
Plaintext
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
|