public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/8009: Can't find library for -lintl
@ 2003-05-14  9:36 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-14  9:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/8009; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org, ralf.hildebrandt@charite.de
Cc:  
Subject: Re: bootstrap/8009: Can't find library for -lintl
Date: Wed, 14 May 2003 02:31:51 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=8009
 
 Hello,
 
 would it be possible for the submitter to test and see whether this  
 problem still occurs on gcc 3.3? Thanks,
 
 Dara
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bootstrap/8009: Can't find library for -lintl
@ 2003-05-14 10:51 giovannibajo
  0 siblings, 0 replies; 3+ messages in thread
From: giovannibajo @ 2003-05-14 10:51 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, ralf.hildebrandt

Synopsis: Can't find library for -lintl

State-Changed-From-To: open->feedback
State-Changed-By: bajo
State-Changed-When: Wed May 14 10:51:44 2003
State-Changed-Why:
    See Dara's question.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8009


^ permalink raw reply	[flat|nested] 3+ messages in thread

* bootstrap/8009: Can't find library for -lintl
@ 2002-09-23  0:56 ralf.hildebrandt
  0 siblings, 0 replies; 3+ messages in thread
From: ralf.hildebrandt @ 2002-09-23  0:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8009
>Category:       bootstrap
>Synopsis:       Can't find library for -lintl
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 23 00:56:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     ralf.hildebrandt@charite.de
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
* the exact version of GCC;

I'm trying to build gcc-3.2 with 
> gcc -v
Reading specs from /users2/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/3.1/specs
Configured with: ../configure --prefix=/users2/local --with-gnu-as --disable-threads --enable-shared --enable-version-specific-runtime-libs : (reconfigured) ../configure --prefix=/users2/local --with-gnu-as --disable-threads --enable-shared
Thread model: single
gcc version 3.1

* the system type;
HP-UX 10.20

* the options given when GCC was configured/built;
I tried to rebuild gcc-3.2 using:

../configure --with-gcc-version-trigger=/users2/gnu/gcc-3.2/gcc/version.c --host=hppa1.1-hp-hpux10.20 --prefix=/users2/local --with
-gnu-as --disable-threads --enable-shared --norecursion

During the "make bootstrap-lean" I get:
> make bootstrap-lean
make[1]: Entering directory `/mnt/disk4/gnu/gcc-3.2/objdir/libiberty'
make[2]: Entering directory `/mnt/disk4/gnu/gcc-3.2/objdir/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/disk4/gnu/gcc-3.2/objdir/libiberty/testsuite'
make[1]: Leaving directory `/mnt/disk4/gnu/gcc-3.2/objdir/libiberty'
make[1]: Entering directory `/mnt/disk4/gnu/gcc-3.2/objdir/zlib'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O" "INSTALL=/bin/ksh /users2/gnu/gcc-3.2/install-sh -c" "INSTALL_DATA=/bin/ksh /users2/gnu/gcc-3.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/ksh /users2/gnu/gcc-3.2/install-sh -c " "INSTALL_SCRIPT=/bin/ksh /users2/gnu/gcc-3.2/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-O" "LIBCFLAGS_FOR_TARGET=-O" "MAKE=make" "MAKEINFO=makeinfo  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/ksh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/users2/local" "infodir=/users2/local/info" "libdir=/users2/local/lib" "prefix=/users2/local" "tooldir=/users2/local/hppa1.1-hp-hpux10.20" "AR=ar" "AS=as" "CC=gcc" "CXX=c++" "LD=ld" "LIBCFLAGS=-O" "NM=nm" "PICFLAG=" "RANLIB=true" "DESTDIR=" DO=all multi-do
make[1]: Leaving directory `/mnt/disk4/gnu/gcc-3.2/objdir/zlib'
Bootstrapping the compiler
make[1]: Entering directory `/mnt/disk4/gnu/gcc-3.2/objdir/gcc'
make CC="stage1/xgcc -Bstage1/ -B/users2/local/hppa1.1-hp-hpux10.20/bin/" \
         STAGE_PREFIX=stage1/ \
         CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/users2/local/lib LANGUAGES="c gcov c++ f77 java objc" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
make[2]: Entering directory `/mnt/disk4/gnu/gcc-3.2/objdir/gcc'
(cd intl && make all)
make[3]: Entering directory `/mnt/disk4/gnu/gcc-3.2/objdir/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/disk4/gnu/gcc-3.2/objdir/gcc/intl'
stage1/xgcc -Bstage1/ -B/users2/local/hppa1.1-hp-hpux10.20/bin/ -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o cc1 \
        c-parse.o c-lang.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-format.o c-semantics.o c-objc-common.o libcpp.a  main.o libbackend.a -lintl  -liconv  ../libiberty/libiberty.a
/usr/ccs/bin/ld: Can't find library for -lintl
collect2: ld returned 1 exit status
make[2]: *** [cc1] Error 1
make[2]: Leaving directory `/mnt/disk4/gnu/gcc-3.2/objdir/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/mnt/disk4/gnu/gcc-3.2/objdir/gcc'
make: *** [bootstrap-lean] Error 2
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-14 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-14  9:36 bootstrap/8009: Can't find library for -lintl Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-05-14 10:51 giovannibajo
2002-09-23  0:56 ralf.hildebrandt

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).