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,
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
configuring
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
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
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
htt
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 __GNU
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 confirm
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
Hello Tuomas,
* Tuomas Jormola wrote on Fri, Jun 13, 2008 at 01:23:24PM CEST:
> 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
>