Sorry, I forgot the attachment... Stefan Agner schrieb:
Hello Tom,Thanks for your quick answer! Tom Hughes schrieb: > You shouldn't be invoking the linker directly, you should be invoking > gcc and letting it invoke the linker. The -Wl,... option is a gcc option > that tells it to pass what comes after the comma to the linker. Good hint, this is a thing i didnt know before... > I think you want this: > > env['LINK'] = '/usr/local/bin/gcc'I tried this now, but I get an error while he is Checking for C++ library (See Attachement). I had this error once before. At the end he says something about "ld", and thats, as far as I know is the Sun Linker on Solaris... Thats why I thought I have to change the linker to gdl...Went something wrong when I compiled Boost? Thanks bye Stefan ------------------------------------------------------------------------ _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users
-- cya stefan deheime.ch Bifangstrasse 20 6048 Horw Tel. +41 41 340 08 56 [EMAIL PROTECTED] http://www.deheime.ch/
scons: Configure: Checking for C++ library boost_filesystem-gcc34-mt...
scons: Configure: ".sconf_temp/conftest_10.cpp" is up to date.
scons: Configure: The original builder output was:
|.sconf_temp/conftest_10.cpp <-
| |
| |
| |#include "boost/filesystem/operations.hpp"
| |
| |int
| |main() {
| |
| |return 0;
| |}
| |
|
scons: Configure: ".sconf_temp/conftest_10.o" is up to date.
scons: Configure: The original builder output was:
|/usr/local/bin/g++ -o .sconf_temp/conftest_10.o -c -R/usr/sfw/lib -mcpu=v9
-DBOOST_PROPERTY_TREE_XML_PARSER_TINYXML -DTIXML_USE_STL -Iagg/include
-Itinyxml -Ii
nclude -I. -I/opt/csw/include -I/usr/local/include/boost-1_35 -I/usr/include
-I/usr/local/pgsql/include -I/usr/local/include -I/usr/sfw/include/freetype2
-I/usr/s
fw/include .sconf_temp/conftest_10.cpp
|
/usr/sfw/bin/gcc -o .sconf_temp/conftest_10 .sconf_temp/conftest_10.o -Lagg
-Lsrc -L/opt/csw/lib -L/usr/local/lib -L/usr/lib -L/usr/local/pgsql/lib
-L/usr/local/l
ib -L/usr/sfw/lib -lfreetype -lm -lltdl -lpng -ltiff -lz -ljpeg -lproj -liconv
-lpq -lboost_filesystem-gcc34-mt
Undefined first referenced
symbol in file
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::operator[](unsigned int) const.sconf_temp/conftest_10.o (symbol belongs to
implicit depen
dency /usr/local/lib/libstdc++.so.6)
vtable for __cxxabiv1::__si_class_type_info.sconf_temp/conftest_10.o (symbol
belongs to implicit dependency /usr/local/lib/libstdc++.so.6)
std::runtime_error::what() const .sconf_temp/conftest_10.o (symbol belongs
to implicit dependency /usr/local/lib/libstdc++.so.6)
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::operator+=(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&).
sconf_temp/conftest_10.o (symbol belongs to implicit dependency
/usr/local/lib/libstdc++.so.6)
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::~basic_string().sconf_temp/conftest_10.o (symbol belongs to implicit
dependency /usr/loca
l/lib/libstdc++.so.6)
__cxa_end_catch .sconf_temp/conftest_10.o (symbol belongs
to implicit dependency /usr/local/lib/libstdc++.so.6)
__cxa_begin_catch .sconf_temp/conftest_10.o (symbol belongs
to implicit dependency /usr/local/lib/libstdc++.so.6)
__cxa_call_unexpected .sconf_temp/conftest_10.o (symbol belongs
to implicit dependency /usr/local/lib/libstdc++.so.6)
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::empty()
const.sconf_temp/conftest_10.o (symbol belongs to implicit dependency
/usr/local/
lib/libstdc++.so.6)
operator delete(void*) .sconf_temp/conftest_10.o (symbol belongs
to implicit dependency /usr/local/lib/libstdc++.so.6)
std::runtime_error::~runtime_error().sconf_temp/conftest_10.o (symbol belongs
to implicit dependency /usr/local/lib/libstdc++.so.6)
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str()
const.sconf_temp/conftest_10.o (symbol belongs to implicit dependency
/usr/local/
lib/libstdc++.so.6)
boost::system::get_posix_category() .sconf_temp/conftest_10.o (symbol
belongs to implicit dependency
/usr/local/lib/libboost_system-gcc34-mt-1_35.so.1.35.0)
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::operator=(char const*).sconf_temp/conftest_10.o (symbol belongs to implicit
dependency /u
sr/local/lib/libstdc++.so.6)
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>::operator+=(char const*).sconf_temp/conftest_10.o (symbol belongs to
implicit dependency /
usr/local/lib/libstdc++.so.6)
typeinfo for std::runtime_error .sconf_temp/conftest_10.o (symbol belongs
to implicit dependency /usr/local/lib/libstdc++.so.6)
__gxx_personality_v0 .sconf_temp/conftest_10.o (symbol belongs
to implicit dependency /usr/local/lib/libstdc++.so.6)
std::basic_string<char, std::char_traits<char>, std::allocator<char> >::size()
const.sconf_temp/conftest_10.o (symbol belongs to implicit dependency
/usr/local/l
ib/libstdc++.so.6)
boost::system::get_system_category() .sconf_temp/conftest_10.o (symbol
belongs to implicit dependency
/usr/local/lib/libboost_system-gcc34-mt-1_35.so.1.35.0)
ld: fatal: Symbol referencing errors. No output written to
.sconf_temp/conftest_10
collect2: ld returned 1 exit status
scons: Configure: no
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

