[SCM] GNU Libtool branch, master, updated. v2.4-33-g92eb89a

2010-12-16 Thread Ralf Wildenhues
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project GNU Libtool. The branch, master has been updated via 92eb89aace9fd41e43eee33f5c392adf1bcf8963 (commit) from

Re: PIC flags not found for mpif77(ifort)

2010-12-16 Thread Christian Rössel
Hi Ralf, Am 12/15/2010 9:21 PM, schrieb Ralf Wildenhues: * Christian Rössel wrote on Wed, Dec 15, 2010 at 04:38:13PM CET: Am 12/10/2010 6:55 PM, schrieb Ralf Wildenhues: Alternatively, the untested patch below should help as well. Can you try it out? Unfortunately the patch didn't work.

Re: Enhanced OS/2 port

2010-12-16 Thread KO Myung-Hun
Hi/2. Ralf Wildenhues wrote: [ adding libtool-patches@; followups can remove libtool@ ] * KO Myung-Hun wrote on Sun, Nov 28, 2010 at 07:20:32AM CET: I've enhanced and fixed libtool 2.4 for OS/2. Thanks again for working on this. Generally, we prefer one patch per logical change, and

Re: PIC flags not found for mpif77(ifort)

2010-12-16 Thread Christian Rössel
Hi Ralf, Am 12/10/2010 6:55 PM, schrieb Ralf Wildenhues: Hello Christian, * Christian Rössel wrote on Fri, Dec 10, 2010 at 02:56:51PM CET: ./configure --enable-shared F77=mpif77 ... where mpif77 translates to ifort -I/opt/parastation/mpi2-intel/include -L/opt/parastation/mpi2-intel/lib

Re: PIC flags not found for mpif77(ifort)

2010-12-16 Thread Christian Rössel
Hi Ralf, Am 12/16/2010 11:19 AM, schrieb Christian Rössel: Hi Ralf, Am 12/15/2010 9:21 PM, schrieb Ralf Wildenhues: * Christian Rössel wrote on Wed, Dec 15, 2010 at 04:38:13PM CET: Am 12/10/2010 6:55 PM, schrieb Ralf Wildenhues: Alternatively, the untested patch below should help as well.

OS/2: command-line length limit (was: Enhanced OS/2 port)

2010-12-16 Thread Ralf Wildenhues
Hello again, * KO Myung-Hun wrote on Sun, Nov 28, 2010 at 07:20:32AM CET: --- libltdl/m4/libtool.m4.org 2010-09-22 17:41:18.0 +0900 +++ libltdl/m4/libtool.m4 2010-11-27 16:03:50.0 +0900 @@ -1624,6 +1624,9 @@ lt_cv_sys_max_cmd_len=32768 fi ;; + os2*) +

Re: PIC flags not found for mpif77(ifort)

2010-12-16 Thread Ralf Wildenhues
Hello Christian, * Christian Rössel wrote on Thu, Dec 16, 2010 at 05:27:23PM CET: Am 12/16/2010 11:19 AM, schrieb Christian Rössel: Am 12/15/2010 9:21 PM, schrieb Ralf Wildenhues: Hmm. Is $GCC = yes for this compiler? That would be surprising. Why else would the new branch not be

Re: PIC flags not found for mpif77(ifort)

2010-12-16 Thread Christian Rössel
Hi Ralf, Am 12/15/2010 9:21 PM, schrieb Ralf Wildenhues: * Christian Rössel wrote on Wed, Dec 15, 2010 at 04:38:13PM CET: Am 12/10/2010 6:55 PM, schrieb Ralf Wildenhues: Alternatively, the untested patch below should help as well. Can you try it out? Unfortunately the patch didn't work.

Re: PIC flags not found for mpif77(ifort)

2010-12-16 Thread Christian Rössel
Hi Ralf, Am 12/16/2010 11:19 AM, schrieb Christian Rössel: Hi Ralf, Am 12/15/2010 9:21 PM, schrieb Ralf Wildenhues: * Christian Rössel wrote on Wed, Dec 15, 2010 at 04:38:13PM CET: Am 12/10/2010 6:55 PM, schrieb Ralf Wildenhues: Alternatively, the untested patch below should help as well.

Re: PIC flags not found for mpif77(ifort)

2010-12-16 Thread Christian Rössel
Hi Ralf, Am 12/10/2010 6:55 PM, schrieb Ralf Wildenhues: Hello Christian, * Christian Rössel wrote on Fri, Dec 10, 2010 at 02:56:51PM CET: ./configure --enable-shared F77=mpif77 ... where mpif77 translates to ifort -I/opt/parastation/mpi2-intel/include -L/opt/parastation/mpi2-intel/lib

How does one specify linking to 64 bit libraries when there is a choice?

2010-12-16 Thread Bruce Korb
Here is the problem: /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -I/usr/local/include \ -pthread -g -O2 -export-dynamic -o autogen autogen-ag.o ../autoopts/libopts.la \ ../snprintfv/libsnprintfv.la -pthread \ -L/usr/local/lib -lguile -lltdl \ -L/usr/local/lib64

Re: How does one specify linking to 64 bit libraries when there is a choice?

2010-12-16 Thread Dan Nicholson
On Thu, Dec 16, 2010 at 5:39 PM, Bruce Korb bruce.k...@gmail.com wrote: Here is the problem: /bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99 -I/usr/local/include \   -pthread -g -O2 -export-dynamic  -o autogen  autogen-ag.o ../autoopts/libopts.la \  ../snprintfv/libsnprintfv.la