Re: shared libraries on darwin using Intel compiler

2008-06-13 Thread Peter O'Gorman
Christopher Hulbert wrote: GIT version still reports that the ifort linker does not support shared libraries. The config.log is attached. Hi Chris, Your config.log confirms that ifort does not define __GNUC__, thanks. Could you confirm that this patch fixes it. Peter -- Peter O'Gorman

Re: shared libraries on darwin using Intel compiler

2008-06-13 Thread Christopher Hulbert
On Fri, Jun 13, 2008 at 11:55 AM, Peter O'Gorman [EMAIL PROTECTED] wrote: Christopher Hulbert wrote: GIT version still reports that the ifort linker does not support shared libraries. The config.log is attached. Hi Chris, Your config.log confirms that ifort does not define __GNUC__,

Re: shared libraries on darwin using Intel compiler

2008-06-13 Thread Peter O'Gorman
Christopher Hulbert wrote: On Fri, Jun 13, 2008 at 11:55 AM, Peter O'Gorman [EMAIL PROTECTED] wrote: Christopher Hulbert wrote: GIT version still reports that the ifort linker does not support shared libraries. The config.log is attached. Hi Chris, Your config.log confirms that ifort does

Re: should libtool --relink expand lib*.la files before -L options?

2008-06-13 Thread Mark Wright
On Thu, 12 Jun 2008 23:32:29 +0200 Ralf Wildenhues [EMAIL PROTECTED] wrote: * Mark Wright wrote on Thu, Jun 12, 2008 at 06:06:58PM CEST: Ralf Wildenhues [EMAIL PROTECTED] wrote: While link mode will try to use the uninstalled libraries throughout (so you don't pick up an old, previously

Problems creating convenience libraries on IRIX 6.5 if -rpath linker option used

2008-06-13 Thread Tuomas Jormola
Hi, I'm trying to compile glib 2.16.3 on IRIX 6.5 using SGI's MipsPro 7.4.3m compiler toolchain. I'm using the custom prefix /opt/local for the stuff I'm compiling. I want to setup run-time linker search path for the binaries to the prefix so I'm using the following flags are used when

Re: shared libraries on darwin using Intel compiler

2008-06-13 Thread Christopher Hulbert
On Thu, Jun 12, 2008 at 7:42 PM, Bob Friesenhahn [EMAIL PROTECTED] wrote: On Thu, 12 Jun 2008, Christopher Hulbert wrote: In libtool 2.2.2, building shared libraries using Intel fortran compilers seem to be disabled (although the icc compiler appears to say yes). Thus, mixed language shared

Re: shared libraries on darwin using Intel compiler

2008-06-13 Thread Christopher Hulbert
On Thu, Jun 12, 2008 at 7:42 PM, Bob Friesenhahn [EMAIL PROTECTED] wrote: On Thu, 12 Jun 2008, Christopher Hulbert wrote: In libtool 2.2.2, building shared libraries using Intel fortran compilers seem to be disabled (although the icc compiler appears to say yes). Thus, mixed language shared

Re: shared libraries on darwin using Intel compiler

2008-06-13 Thread Peter O'Gorman
Christopher Hulbert wrote: GIT version still reports that the ifort linker does not support shared libraries. The config.log is attached. Hi Chris, Your config.log confirms that ifort does not define __GNUC__, thanks. Could you confirm that this patch fixes it. Peter -- Peter O'Gorman

Re: shared libraries on darwin using Intel compiler

2008-06-13 Thread Christopher Hulbert
On Fri, Jun 13, 2008 at 11:55 AM, Peter O'Gorman [EMAIL PROTECTED] wrote: Christopher Hulbert wrote: GIT version still reports that the ifort linker does not support shared libraries. The config.log is attached. Hi Chris, Your config.log confirms that ifort does not define __GNUC__,

Re: shared libraries on darwin using Intel compiler

2008-06-13 Thread Peter O'Gorman
Christopher Hulbert wrote: On Fri, Jun 13, 2008 at 11:55 AM, Peter O'Gorman [EMAIL PROTECTED] wrote: Christopher Hulbert wrote: GIT version still reports that the ifort linker does not support shared libraries. The config.log is attached. Hi Chris, Your config.log confirms that ifort does

lt_dlforeach replacement

2008-06-13 Thread Arkadiusz Miskiewicz
In recent libtool version lt_dlforeach function was dropped as part of deprecated API. What function is able to replace the same functionality, now? Trying to build gcc suite with new libltdl, it has such code: lookup_data data; data.symname = symname; data.result = NULL; lt_dlforeach