$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-02-27 07:42:22
>The
>easy fix is to simply call g++ to link the files. g++ then calls ld
>with the appropriate commands.
>So in this version of the RPM, I now use g++ to create the shared
>library, and the regression test program runs flawlessly.
Cute, thanks for the info, that saves me a lot of work. However do you
know what extra params have to be passed to ld - the reason is that BeOS
doesn't support the -shared flag on g++, even though shared libraries are
supported (via ld).
Thanks!
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/