Don Parsons on Sun, 25 Apr 2004 15:56:57 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
PATCH for compiling on AMD64 |
Link step requires this patch on x86_64: --- config/get_cc.~1.22.~ 2003-10-25 10:26:29.000000000 -0400 +++ config/get_cc 2004-04-16 01:32:39.000000000 -0400 @@ -119,7 +119,7 @@ DBGFLAGS=${DBGFLAGS:-"-g $warn"} # Some architectures need -fPIC for building dynamic lib case "$osname-$arch" in - hpux-*|*-ia64) DLCFLAGS=-fPIC ;; + hpux-*|*-ia64|*-x86_64) DLCFLAGS=-fPIC ;; darwin-*) DLCFLAGS=-fno-common;; esac # Specific optimisations for some architectures Please apply to CVS. Thanks Don