[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
-Wl flags on Compaq Tru64 (4.0f)
From: |
Ray Bellis |
Subject: |
-Wl flags on Compaq Tru64 (4.0f) |
Date: |
Thu, 29 Mar 2001 09:46:14 +0100 |
In the latest MySQL distro they're using libtool 1.3.5 to
build their libraries.
On Compaq Tru64 4.0f the use of the '-Wl' flags to LD causes
problems, the linker doesn't seem to correctly support the
use of multiple -Wl arguments:
% cxx -Wl,-rpath -Wl,<directory>
doesn't work.
According to the Compaq 'cxx' manpage the -Wl parameters
need to be comma separated:
% cxx -Wl,-rpath,<directory>
regards,
Ray.
--
Ray Bellis, MA(Oxon) - Technical Director - community internet plc
Windsor House, 12 High Street, Kidlington, Oxford, OX5 2PJ
tel: +44 1865 856000 email: address@hidden
fax: +44 1865 856001 web: http://www.community.net.uk/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- -Wl flags on Compaq Tru64 (4.0f),
Ray Bellis <=