Changing the default lib extension
I am building boost libraries on HP-UX platform. The default extension with which the shared libraries are generated is .so. But I need them to be .sl. Where do I change it? Thanx, gg ----------------------------------------- This message and its attachments may contain privileged and confidential information. If you are not the intended recipient(s), you are prohibited from printing, forwarding, saving or copying this email. If you have received this e-mail in error, please immediately notify the sender and delete this e-mail and its attachments from your computer.
I know from our mail exchange on cxx-dev list that you
are using some pre-V2 version of boost on PA-RISC.
I don't know how it works in V2 builds, but for V1, you
can pass -sSUFDLL=.sl option to bjam. For example:
$ bjam -d+2 -sSUFDLL=.sl
...
"g++" -s -fPIC -shared -o
"../../../bin/boost/libs/date_time/build/libboost_date_time.sl/gcc/release/shared-linkable-true/l
ibboost_date_time-gcc-1_33_1.sl"
Alternatively, you can set SUFDLL to .sl in HPUX clause
in tools/build/v1/allyourbase.jam.
Boris
----- Original Message -----
From: "Gaurav Gehlot"
I am building boost libraries on HP-UX platform. The default extension with which the shared libraries are generated is .so. But I need them to be .sl. Where do I change it?
Thanx, gg
----------------------------------------- This message and its attachments may contain privileged and confidential information. If you are not the intended recipient(s), you are prohibited from printing, forwarding, saving or copying this email. If you have received this e-mail in error, please immediately notify the sender and delete this e-mail and its attachments from your computer.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Boris Gubenko
-
Gaurav Gehlot