Hylafax Mailing List Archives |
cp -a /opt/sfw/gcc-3.2/lib/*.so* /lib
If you don't want to go there, you'll have to find the options for Sun's ld to put something like "rpath" in. And pass that to g++ (-Wl,option) something like the following (for gcc + linux ld)
g++ -Wl,rpath=/opt/sfw/gcc-3.2/lib -o hfaxd ....
____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxxxxx*
|