public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Kai Ruottu <karuottu@mbnet.fi>
To: chayim@gnupower.net
Cc: gcc-help@gcc.gnu.org
Subject: Re: Solaris 9 x86 libc_name_p?
Date: Wed, 10 Jan 2007 21:10:00 -0000	[thread overview]
Message-ID: <45A5585C.4060205@mbnet.fi> (raw)
In-Reply-To: <37384.206.186.128.254.1168453572.squirrel@email.powweb.com>

Chayim I. Kirshen kirjoitti:
> I'm tryinig to build gcc 3.4.6 on Solaris (x86) 9, using gcc 3.3.2.
 In June 2006 I produced a cross GCC from Linux/x86 to Solaris2.9/x86 and I
cannot remember anything like you got :

> I'm getting an error in gcc/cp where libc_name_p is an undefined symbol for
> cp/except.o. I know the file is in a gperf generated file (and have gperf
> 2.7.2 in my path because it was needed).
>
> Does anyone know what to do?  I end up with:
>
> Undefined                             first referenced
>  symbol                                    in file
> libc_name_p                                cp/except.o
> ld: fatal: Symbol referencing errors. No output written to cc1plus
> collect2: d returned 1 exist status
>
> This is during the make in gcc/cp
>   
 The existing file 'gcc/cp/cfns.h' :

-rw-rw-r-- 1 515 515 10055 2003-07-26 22:31 cfns.h

has this function as an 'inline' one for GCC...  And :

kai@Dell:/data1/home/src/gcc-3.4.6/gcc/cp> grep cfns.h *.c
except.c:#include "cfns.h"

 So the produced 'except.o' object should have it !

 What on earth happened during your build is hard to say :-(

  reply	other threads:[~2007-01-10 21:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-10 18:27 Chayim I. Kirshen
2007-01-10 21:10 ` Kai Ruottu [this message]
2007-01-10 22:31   ` Chayim I. Kirshen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45A5585C.4060205@mbnet.fi \
    --to=karuottu@mbnet.fi \
    --cc=chayim@gnupower.net \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).