public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/13307] New: GCC will not build, stops in stage2 during libiconv call
@ 2003-12-04 22:59 jsander2 at ems dot jsc dot nasa dot gov
  2003-12-04 23:03 ` [Bug bootstrap/13307] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jsander2 at ems dot jsc dot nasa dot gov @ 2003-12-04 22:59 UTC (permalink / raw)
  To: gcc-bugs

../gcc-3.3.2/configure --prefix=/exp/global/gcc-3.3.2
 
  /usr/local/bin/make bootstrap
 
  ../../gcc-3.3.2/gcc/java/jcf-path.c -o java/jcf-path.o
  stage1/xgcc -Bstage1/ -B/exp/global/gcc-3.3.2/alpha-dec-osf4.0f/bin/ -c   -g -O2 -
DIN_GCC
  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG
_H    -I.
  -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/conf
ig
  -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/xref.c -o java/xref.o
  stage1/xgcc -Bstage1/ -B/exp/global/gcc-3.3.2/alpha-dec-osf4.0f/bin/ -c   -g -O2 -
DIN_GCC
  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes    -DHAVE_CONFIG
_H    -I.
  -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java -I../../gcc-3.3.2/gcc/conf
ig
  -I../../gcc-3.3.2/gcc/../include ../../gcc-3.3.2/gcc/java/boehm.c -o java/boehm.o
  stage1/xgcc -Bstage1/ -B/exp/global/gcc-3.3.2/alpha-dec-osf4.0f/bin/ -c   -g -O2 -
DIN_GCC
  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes   
-DHAVE_CONFIG_H    -I.
  -Ijava -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/java
-I../../gcc-3.3.2/gcc/config
  -I../../gcc-3.3.2/gcc/../include \
  -DINLINER_FOR_JAVA=1 \
  ../../gcc-3.3.2/gcc/tree-inline.c -o java/java-tree-inline.o
  rm -f jc1
  stage1/xgcc -Bstage1/ -B/exp/global/gcc-3.3.2/alpha-dec-osf4.0f/bin/   -g -O2
-DIN_GCC   -W
  -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic
  -Wno-long-long   -DHAVE_CONFIG_H  -o jc1 \
          java/parse.o java/class.o java/decl.o java/expr.o java/constants.o
java/lang.o
          java/typeck.o java/except.o java/verify.o java/zextract.o java/jcf-io.o
          java/win32-host.o java/jcf-parse.o java/mangle.o java/mangle_name.o
java/builtins.o
          java/jcf-write.o java/buffer.o java/check-init.o java/jcf-depend.o
java/jcf-path.o
          java/xref.o java/boehm.o java/java-tree-inline.o mkdeps.o main.o
libbackend.a
          -L../zlib -lz -liconv -lintl  -liconv  ../libiberty/libiberty.a
          libiconv_open
          libiconv
          libiconv_close
          collect2: ld returned 1 exit status
          make[2]: *** [jc1] Error 1
          make[2]: Leaving directory `/exp/global/DU4.0F/src/build/gcc'
          make[1]: *** [stage2_build] Error 2
          make[1]: Leaving directory `/exp/global/DU4.0F/src/build/gcc'
          make: *** [bootstrap] Error 2

-- 
           Summary: GCC will not build, stops in stage2 during libiconv call
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsander2 at ems dot jsc dot nasa dot gov
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alpha-dec-osf4.0f
  GCC host triplet: alpha-dec-osf4.0f
GCC target triplet: alpha-dec-osf4.0f


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13307


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

* [Bug bootstrap/13307] GCC will not build, stops in stage2 during libiconv call
  2003-12-04 22:59 [Bug bootstrap/13307] New: GCC will not build, stops in stage2 during libiconv call jsander2 at ems dot jsc dot nasa dot gov
@ 2003-12-04 23:03 ` pinskia at gcc dot gnu dot org
  2003-12-08 21:46 ` , SANDERS, JOHN, A, dot, JR  <john dot a dot sanders1 at jsc dot nasa dot gov>
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-04 23:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-04 23:03 -------
Not a GCC problem, your headers for iconv do not match the library that ld is finding (change you 
LD_LIBRARY_PATH so that they match).
          libiconv_open
          libiconv
          libiconv_close

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13307


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

* [Bug bootstrap/13307] GCC will not build, stops in stage2 during libiconv call
  2003-12-04 22:59 [Bug bootstrap/13307] New: GCC will not build, stops in stage2 during libiconv call jsander2 at ems dot jsc dot nasa dot gov
  2003-12-04 23:03 ` [Bug bootstrap/13307] " pinskia at gcc dot gnu dot org
@ 2003-12-08 21:46 ` , SANDERS, JOHN, A, dot, JR  <john dot a dot sanders1 at jsc dot nasa dot gov>
  2004-03-20 22:37 ` tg at swox dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: , SANDERS, JOHN, A, dot, JR  <john dot a dot sanders1 at jsc dot nasa dot gov> @ 2003-12-08 21:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From "SANDERS, JOHN A dot , JR (JSC-DV3) (USA)"
	 <john dot a dot sanders1 at jsc dot nasa dot gov>  2003-12-08 21:46 -------
Subject: RE:  GCC will not build, stops in stage2 dur
	ing libiconv call

Setting the env varible didn't seem to work.
How can you check the headers of iconv & ld?
Any other suggestions?

John Sanders
ACCT System Administrator
281-483-3882

GOD BLESS AMERICA


-----Original Message-----
From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org]
Sent: Thursday, December 04, 2003 5:03 PM
To: SANDERS, JOHN A., JR (JSC-DV3) (USA)
Subject: [Bug bootstrap/13307] GCC will not build, stops in stage2
during libiconv call



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-04
23:03 -------
Not a GCC problem, your headers for iconv do not match the library that ld
is finding (change you 
LD_LIBRARY_PATH so that they match).
          libiconv_open
          libiconv
          libiconv_close

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13307

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13307


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

* [Bug bootstrap/13307] GCC will not build, stops in stage2 during libiconv call
  2003-12-04 22:59 [Bug bootstrap/13307] New: GCC will not build, stops in stage2 during libiconv call jsander2 at ems dot jsc dot nasa dot gov
  2003-12-04 23:03 ` [Bug bootstrap/13307] " pinskia at gcc dot gnu dot org
  2003-12-08 21:46 ` , SANDERS, JOHN, A, dot, JR  <john dot a dot sanders1 at jsc dot nasa dot gov>
@ 2004-03-20 22:37 ` tg at swox dot com
  2004-04-21 20:47 ` pinskia at gcc dot gnu dot org
  2005-02-09 20:27 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tg at swox dot com @ 2004-03-20 22:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tg at swox dot com  2004-03-20 22:37 -------
(In reply to comment #1)
> Not a GCC problem, your headers for iconv do not match the library that ld is
finding (change you 
> LD_LIBRARY_PATH so that they match).
>           libiconv_open
>           libiconv
>           libiconv_close

This is not a correct suggestion.  LD_LIBRARY_PATH is not honored by ld on OSF1.
The library path is compiled into ld, and can be changed only with -L options.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13307


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

* [Bug bootstrap/13307] GCC will not build, stops in stage2 during libiconv call
  2003-12-04 22:59 [Bug bootstrap/13307] New: GCC will not build, stops in stage2 during libiconv call jsander2 at ems dot jsc dot nasa dot gov
                   ` (2 preceding siblings ...)
  2004-03-20 22:37 ` tg at swox dot com
@ 2004-04-21 20:47 ` pinskia at gcc dot gnu dot org
  2005-02-09 20:27 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-21 20:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 20:04 -------
*** Bug 15055 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |plabrie at amcc dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13307


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

* [Bug bootstrap/13307] GCC will not build, stops in stage2 during libiconv call
  2003-12-04 22:59 [Bug bootstrap/13307] New: GCC will not build, stops in stage2 during libiconv call jsander2 at ems dot jsc dot nasa dot gov
                   ` (3 preceding siblings ...)
  2004-04-21 20:47 ` pinskia at gcc dot gnu dot org
@ 2005-02-09 20:27 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-09 20:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-09 14:52 -------
*** Bug 19855 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shanwill44 at yahoo dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13307


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

end of thread, other threads:[~2005-02-09 14:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-04 22:59 [Bug bootstrap/13307] New: GCC will not build, stops in stage2 during libiconv call jsander2 at ems dot jsc dot nasa dot gov
2003-12-04 23:03 ` [Bug bootstrap/13307] " pinskia at gcc dot gnu dot org
2003-12-08 21:46 ` , SANDERS, JOHN, A, dot, JR  <john dot a dot sanders1 at jsc dot nasa dot gov>
2004-03-20 22:37 ` tg at swox dot com
2004-04-21 20:47 ` pinskia at gcc dot gnu dot org
2005-02-09 20:27 ` pinskia at gcc dot gnu dot org

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