Building 64-bit C++ shared libraries

2004-01-13 Thread Albert Chin
[resending as this garnered no response] libtool 1.5 has the following to pass the -m64 GCC flag through to the command building a C++ library: # gcc -m* arguments should be passed to the linker via $compiler_flags # in order to pass architecture information to the linker #

Re: Building 64-bit C++ shared libraries

2004-01-13 Thread Bob Friesenhahn
On Tue, 13 Jan 2004, Albert Chin wrote: [resending as this garnered no response] Sorry about that. libtool 1.5 has the following to pass the -m64 GCC flag through to the command building a C++ library: # gcc -m* arguments should be passed to the linker via $compiler_flags # in

Building 64-bit C++ shared libraries

2003-12-26 Thread Albert Chin
libtool 1.5 has the following to pass the -m64 GCC flag through to the command building a C++ library: # gcc -m* arguments should be passed to the linker via $compiler_flags # in order to pass architecture information to the linker # (e.g. 32 vs 64-bit). This may also be