diff options
author | Bruno Haible <bruno@clisp.org> | 2003-05-02 10:49:14 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:25 +0200 |
commit | fe3474ccd1be5e6880e5be9c092d71a571d4222f (patch) | |
tree | 2fb87dbdc5cbe2d778fbb74dc04a463af6b89852 /autoconf-lib-link | |
parent | be1b282cc1ed80c3f122870f4ffee6a66c760ccc (diff) | |
download | external_gettext-fe3474ccd1be5e6880e5be9c092d71a571d4222f.zip external_gettext-fe3474ccd1be5e6880e5be9c092d71a571d4222f.tar.gz external_gettext-fe3474ccd1be5e6880e5be9c092d71a571d4222f.tar.bz2 |
Document limitation on IRIX.
Diffstat (limited to 'autoconf-lib-link')
-rw-r--r-- | autoconf-lib-link/ChangeLog | 4 | ||||
-rwxr-xr-x | autoconf-lib-link/config.rpath | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/autoconf-lib-link/ChangeLog b/autoconf-lib-link/ChangeLog index 0dd4898..c2feacc 100644 --- a/autoconf-lib-link/ChangeLog +++ b/autoconf-lib-link/ChangeLog @@ -1,3 +1,7 @@ +2003-05-02 Bruno Haible <bruno@clisp.org> + + * config.rpath: Document limitation on IRIX. + 2003-04-24 Bruno Haible <bruno@clisp.org> * config.rpath: Update to libtool-1.5. Small changes for AIX, HP-UX, diff --git a/autoconf-lib-link/config.rpath b/autoconf-lib-link/config.rpath index 2cad169..fa24bfc 100755 --- a/autoconf-lib-link/config.rpath +++ b/autoconf-lib-link/config.rpath @@ -34,6 +34,12 @@ # # The set of defined variables is at the end of this script. +# Known limitations: +# - On IRIX 6.5 with CC="cc", the run time search patch must not be longer +# than 256 bytes, otherwise the compiler driver will dump core. The only +# known workaround is to choose shorter directory names for the build +# directory and/or the installation directory. + # All known linkers require a `.a' archive for static linking (except M$VC, # which needs '.lib'). libext=a |