This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH,fortran] *The* ISO C Binding patch


> I've attached 3 new diff files that include fixes for issues raised
> by Andreas.  I plan to commit these patches tomorrow night (PDT) if
> no one raises additional issues.  The patches have been regression
> tested on i386-*-freebsd and amd64-*-freebsd.

Breaks the build on my AMD64/Linux machine:

make[6]: Entering directory 
`/home/eric/build/gcc/native/x86_64-suse-linux/32/libgfortran'
Makefile:4308: warning: overriding commands for target `kill.lo'
Makefile:4281: warning: ignoring old commands for target `kill.lo'
/bin/sh ./libtool --mode=compile /home/eric/build/gcc/native/./gcc/xgcc 
-B/home/eric/build/gcc/native/./gcc/ 
-B/home/eric/install/gcc/x86_64-suse-linux/bin/ 
-B/home/eric/install/gcc/x86_64-suse-linux/lib/ 
-isystem /home/eric/install/gcc/x86_64-suse-linux/include 
-isystem /home/eric/install/gcc/x86_64-suse-linux/sys-include -DHAVE_CONFIG_H 
-I. -I/home/eric/svn/gcc/libgfortran -I.  
-iquote/home/eric/svn/gcc/libgfortran/io 
-I/home/eric/svn/gcc/libgfortran/../gcc 
-I/home/eric/svn/gcc/libgfortran/../gcc/config -I../../.././gcc -D_GNU_SOURCE  
-std=gnu99 -Wall-Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition -Wextra -Wwrite-strings -O2 -g -O2   -m32 -c -o 
kill.lo `test -f 'intrinsics/kill.c' || echo 
'/home/eric/svn/gcc/libgfortran/'`intrinsics/kill.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[6]: *** [kill.lo] Error 1

There are 2 kill.lo rules in Makefile.in.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]