Re: IRIX: Expecting n32 objects

2003-08-28 Thread Bill Wendling
on of libz your compiler is looking for. We have these types of problems all the time. Your LD_LIBRARY_PATH might have to come into play or you may have to specify the correct libz to use as one of your configure flags. Share and enjoy! -- || Bill Wendling"Real Programmers ha

Re: --tag

2003-07-26 Thread Bill Wendling
Also sprach Bob Friesenhahn: } On Thu, 24 Jul 2003, Bill Wendling wrote: } > } > I did a brief test with the newest version of libtool (1.5) and autoconf } > (2.57). I kept getting an error like: } > } > libtool: unable to infer tagged configuration } > libtool:

--tag

2003-07-24 Thread Bill Wendling
it anywhere. Here's the situation, I'm configuring for a Fortran90 compiler. I created my own acsite.m4 file which has checks for the Fortran90 compiler, how it handles modules, etc. But when I go to compile, I get this error. Even specifying "--tag=..." doesn't seem to

XLF Compiler on powerpc-ibm-aix5.1.0.0

2003-02-04 Thread Bill Wendling
Hi all, When I use the xlf compiler (Fortran 9x) on powerpc-ibm-aix5.1.0.0, libtool puts the "-DPIC" flag in the compile line. However, the compiler can't handle this flag. Is there a way to stop libtool from doing this other than using the "-static" flag? Than

ICC Compilers on Linux

2003-01-04 Thread Bill Wendling
and autoconf 2.56 (2.57 didn't work for me) and it still had a problem. Is there someone working on this? Thanks! -- || Bill Wendling"Real Programmers have a Snoopy Calendar || [EMAIL PROTECTED]of '69 hanging on their wall" ||

Re: Autoconf 2.55 is released!

2002-11-15 Thread Bill Wendling
': ## -- ## ## User Preferences. ## ## -- ## begin-language: "Autoconf" args: --no-cache end-language: "Autoconf" So, why does it still create that annoying autom4te.cache file? -- || Bill Wendling&quo

Re: Intel icc and shared libs

2002-09-20 Thread Bill Wendling
} I find that I have to modify the libtool file when building with icc. On or around line 104, change it from: # How to pass a linker flag through the compiler. wl="" to: # How to pass a linker flag through the compiler. wl="-Wl," That might help t

Re: Error in ltmain.sh

2002-04-24 Thread Bill Wendling
I'm using on this machine. When I downloaded the newest source from ftp.gnu.org, that section of code was changed. Sorry for the mistake... -- || Bill Wendling[EMAIL PROTECTED] || Coding Simian ___ Libtool mailing list [

Error in ltmain.sh

2002-04-24 Thread Bill Wendling
writable for most everyone building/installing things with libtool. I'd offer up a fix, but I haven't signed a waver to submit code to the libtool software... It should be an easy fix, though.. -- || Bill Wendling[EMAIL PROTECTED] || Coding Simian ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Problems with AIX4 Compiler

2002-01-07 Thread Bill Wendling
ist. Have you seen this before? Is there a fix for it? Thanks you. (P.S., please include my email address in your replies as I'm not subscribed to this list). -- || Bill Wendling[EMAIL PROTECTED] || Coding Simian ___ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool

Re: Problems with AIX4 Compiler

2001-10-23 Thread Bill Wendling
of the same changes. } } Dan } } > From: Bill Wendling <[EMAIL PROTECTED]> } > To: [EMAIL PROTECTED] } > Subject: Problems with AIX4 Compiler } > } > Hello, } > } > I have a question/problem with libtool which I was hoping someone here } > could help me with. } >