Re: [C++-sig] Boost V1 build on Solaris
by David Abrahams other posts by this author
Oct 23 2002 9:01PM messages near this date
Re: [C++-sig] Boost V1 build on Solaris
|
Re: [C++-sig] Boost V1 build on Solaris
"Paul F. Kunz" <Paul_Kunz@[...].EDU> writes:
> I finally got bjam to compile boost::python sources (if you
> remember my previous post, I found the Python header files is a
> strange place). Now I'm failing on the link step...
>
> /afs/slac/package/gcc/gcc-3/3.1.1/sun4x_58/bin/g++ -s -fPIC
> -shared -o
> "libs/python/build/bin/libboost_python.so/gcc/release/inlining-on/runtime-link-dynamic
/shared-linkable-true/libboost_python.so"
>
> < ..munch..>
>
> /bin/libboost_python.so/gcc/release/inlining-on/runtime-link-dynamic/shared-linkable-true/
errors.o" -lutil
>
>
> ld: fatal: library -lutil: not found
>
> On my Linux machine, libutil.so appears in /usr/lib. and
>
> libra3> rpm -q --file /usr/lib/libutil.a
> glibc-devel-2.2.4-29
>
> libutil.so doesn't appear to be on Solaris 5.8. Is there some other
> library I could link to? Do I really need libutil.so?
I think you don't. If you want to manually edit
$BOOST_ROOT/tools/build/python.jam to remove mention of
<find-library> util or -lutil that might be your best bet.
--
David Abrahams
dave@[...].com * http://www.boost-consulting.com
Building C/C++ Extensions for Python: Dec 9-11, Austin, TX
http://www.enthought.com/training/building_extensions.html
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
Thread:
Paul F. Kunz
Paul F. Kunz
David Abrahams
Leonardo Rochael Almeida
David Abrahams
David Abrahams
David Abrahams
David Abrahams
Leonardo Rochael Almeida
David Abrahams
Paul F. Kunz
David Abrahams
Paul F. Kunz
Paul F. Kunz
|