Re: Fortran name-mangling scheme fails on HP-UX 11.11

2001-06-29 Thread Denis Barbier
On Fri, Jun 29, 2001 at 11:44:23AM -0500, John W. Eaton wrote: > On 28-Jun-2001, Steven G. Johnson <[EMAIL PROTECTED]> wrote: > > | On Thu, 28 Jun 2001, Denis Barbier wrote: > | > But there is no reason for AC_F77_WRAPPERS to require > | > AC_F77_LIBRARY_LDFLAGS; in _AC_F77_NAME_MANGLING one may

Re: Fortran name-mangling scheme fails on HP-UX 11.11

2001-06-29 Thread Steven G. Johnson
On Fri, 29 Jun 2001, John W. Eaton wrote: > On 28-Jun-2001, Steven G. Johnson <[EMAIL PROTECTED]> wrote: > | Well, then you have the opposite problem: figuring out whether there are > | any special flags or libraries that you need to pass to the Fortran > | linker in order to link to C programs.

Re: Fortran name-mangling scheme fails on HP-UX 11.11

2001-06-29 Thread John W. Eaton
On 28-Jun-2001, Steven G. Johnson <[EMAIL PROTECTED]> wrote: | On Thu, 28 Jun 2001, Denis Barbier wrote: | > But there is no reason for AC_F77_WRAPPERS to require | > AC_F77_LIBRARY_LDFLAGS; in _AC_F77_NAME_MANGLING one may simply (well, | > i have no idea whether this is simple or not) link agai

Re: Fortran name-mangling scheme fails on HP-UX 11.11

2001-06-28 Thread Denis Barbier
On Thu, Jun 28, 2001 at 04:45:54PM -0400, Steven G. Johnson wrote: > On Thu, 28 Jun 2001, Denis Barbier wrote: > > But there is no reason for AC_F77_WRAPPERS to require > > AC_F77_LIBRARY_LDFLAGS; in _AC_F77_NAME_MANGLING one may simply (well, > > i have no idea whether this is simple or not) link

Re: Fortran name-mangling scheme fails on HP-UX 11.11

2001-06-28 Thread Steven G. Johnson
On Thu, 28 Jun 2001, Denis Barbier wrote: > But there is no reason for AC_F77_WRAPPERS to require > AC_F77_LIBRARY_LDFLAGS; in _AC_F77_NAME_MANGLING one may simply (well, > i have no idea whether this is simple or not) link against Fortran > compiler to suppress this dependency and have a safer AC

Re: Fortran name-mangling scheme fails on HP-UX 11.11

2001-06-28 Thread Denis Barbier
On Tue, Jun 26, 2001 at 10:27:20AM -0400, Steven G. Johnson wrote: > This is actually a problem in AC_F77_LIBRARY_LDFLAGS, and may represent > the first general failure of the library detection scheme that we use. > Sigh.. > > If I correctly understand what you wrote, then your Fortran compiler >

Re: Fortran name-mangling scheme fails on HP-UX 11.11

2001-06-26 Thread Steven G. Johnson
This is actually a problem in AC_F77_LIBRARY_LDFLAGS, and may represent the first general failure of the library detection scheme that we use. Sigh.. If I correctly understand what you wrote, then your Fortran compiler compiler passes the library paths to the "real" compiler by setting the LPATH