libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool--release--2.0 test results


From: Albert Chin
Subject: Re: libtool--release--2.0 test results
Date: Mon, 11 Oct 2004 12:01:24 -0500
User-agent: Mutt/1.5.6i

On Mon, Oct 11, 2004 at 06:35:59PM +0200, Ralf Wildenhues wrote:
> * Ralf Wildenhues wrote on Mon, Oct 11, 2004 at 03:19:51PM CEST:
> > * Peter O'Gorman wrote on Mon, Oct 11, 2004 at 02:47:04PM CEST:
> > > Ralf Wildenhues wrote:
> > > 
> > > >Furthermore, f77demo-make fails for the non-static configurations with a
> > > >./.libs/libmix.so: undefined reference to `MAIN__'
> > > >while trying to link cprogram.  I'm not sure how to fix this, not being a
> > > >Fortran expert.
> *snip*
> > > Anyway whatever object/library contains MAIN__ should have been in FLIBS, 
> > > and we rely on autoconf to figure out FLIBS.
> 
> To add to this:  I confirmed that it is the libtool-created shared
> libraries that require a function `MAIN__', not the libraries the
> compiler adds to the link line.  ifort adds a compiler-provided
> object `for_main.o' to the link line creating the shared libary.
> 
> By creating the shared libraries with the linker flag `-nofor_main',
> it is possible to eliminate the need for `MAIN__' (without the patch
> I posted earlier).  This currently does not work with libtool, as it
> deletes that argument from the link line.

So, it is on the libtool command-line but libtool removes it from the
linker commands? How about adding it to this section in
config/ltmain.m4sh? Might as well group them.
      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
      # +DA*, +DD* enable 64-bit mode on the HP compiler
      # -q* pass through compiler args for the IBM compiler
      # -m* pass through architecture-specific compiler args for GCC
      -64|-mips[[0-9]]|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*)
        arg=`$ECHO "X$arg" | $Xsed -e "$sed_quote_subst"`
        func_quote_for_eval "$arg"
        arg="$func_quote_for_eval_result"
        compile_command="$compile_command $arg"
        finalize_command="$finalize_command $arg"
        compiler_flags="$compiler_flags $arg"
        continue
        ;;

-- 
albert chin (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]