This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: f build dies with: undefined reference to `lookup_name'
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Andrew Cagney <cagney at mac dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 06 Mar 2002 11:29:20 -0500
- Subject: Re: f build dies with: undefined reference to `lookup_name'
- References: <3C862D81.5000508@mac.com>
I'm trying to get some patches committed but am finding that my build
dies in while building fortran with:
/home/scratch/PENDING/GCC-2002-02-02-switch-default/gcc/gcc/varasm.c:5111:
undefined reference to `lookup_name'
The patch works on Linux and AIX and eABI. What is different
about the NetBSD configuration? The function is declared in c-tree.h and
defined in c-decl.c.
David