public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: problem in compiling gcc 2.9.5 on unixware 7.1.1
       [not found] <200202260512.XAA04859@monsoon.nj.caldera.com>
@ 2002-02-25 23:15 ` Robert Lipe
  2002-02-25 23:27   ` Robert Lipe
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Lipe @ 2002-02-25 23:15 UTC (permalink / raw)
  To: TaoFengmei; +Cc: gcc, gcc, gnu

TaoFengmei wrote:

> i want to install gcc in unixware 7.1.1,compiling succed.But when i install it to system,meet such problem:
> 
> # make install
>         /bin/sh ../mkinstalldirs /usr/local  /usr/local
> (cd intl && make all)
>         cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
> config -I../../gcc/../include ../../gcc/genattr.c
>         cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
> config -I../../gcc/../include ../../gcc/rtl.c
>         cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
> config -I../../gcc/../include ../../gcc/bitmap.c
>         cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
> config -I../../gcc/../include ../../gcc/print-rtl.c
>         cc  -DIN_GCC     -g   -DHAVE_CONFIG_H  -o genattr \
>          genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obs
> tack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?
> *) echo  ;; esac `    ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;;
>  esac `
> Undefined                       first referenced
>  symbol                             in file
> alloca                              genattr.o
> UX:ld: ERROR: genattr: fatal error: Symbol referencing errors. No output written
>  to genattr

This is sometimes caused by running configure with one compiler and
doing the bootstrap with another.   Since you aren't very far into the
build at all, I suggest completely removing this build area and 
configuring and building with an explictit path to eliminate confusion.

	rm -fr your work area to eliminate config.cache and friends
	CC=/bin/cc .../path/to/configure
	make bootstrap


Alternately, simply get the installable binaries of GCC 2.95 that have
been exercised on UnixWare 7 from the caldera web site.


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

* Re: problem in compiling gcc 2.9.5 on unixware 7.1.1
  2002-02-25 23:15 ` problem in compiling gcc 2.9.5 on unixware 7.1.1 Robert Lipe
@ 2002-02-25 23:27   ` Robert Lipe
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Lipe @ 2002-02-25 23:27 UTC (permalink / raw)
  To: TaoFengmei; +Cc: gcc, gcc, gnu

TaoFengmei wrote:

> i want to install gcc in unixware 7.1.1,compiling succed.But when i install it to system,meet such problem:
> 
> # make install
>         /bin/sh ../mkinstalldirs /usr/local  /usr/local
> (cd intl && make all)
>         cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
> config -I../../gcc/../include ../../gcc/genattr.c
>         cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
> config -I../../gcc/../include ../../gcc/rtl.c
>         cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
> config -I../../gcc/../include ../../gcc/bitmap.c
>         cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
> config -I../../gcc/../include ../../gcc/print-rtl.c
>         cc  -DIN_GCC     -g   -DHAVE_CONFIG_H  -o genattr \
>          genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obs
> tack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?
> *) echo  ;; esac `    ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;;
>  esac `
> Undefined                       first referenced
>  symbol                             in file
> alloca                              genattr.o
> UX:ld: ERROR: genattr: fatal error: Symbol referencing errors. No output written
>  to genattr

This is sometimes caused by running configure with one compiler and
doing the bootstrap with another.   Since you aren't very far into the
build at all, I suggest completely removing this build area and 
configuring and building with an explictit path to eliminate confusion.

	rm -fr your work area to eliminate config.cache and friends
	CC=/bin/cc .../path/to/configure
	make bootstrap


Alternately, simply get the installable binaries of GCC 2.95 that have
been exercised on UnixWare 7 from the caldera web site.


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

* problem in compiling gcc 2.9.5 on unixware 7.1.1
@ 2002-02-25 21:26 TaoFengmei
  0 siblings, 0 replies; 4+ messages in thread
From: TaoFengmei @ 2002-02-25 21:26 UTC (permalink / raw)
  To: gcc

hi,

i want to install gcc in unixware 7.1.1,compiling succed.But when i install it to system,meet such problem:

# make install
        /bin/sh ../mkinstalldirs /usr/local  /usr/local
(cd intl && make all)
        cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
config -I../../gcc/../include ../../gcc/genattr.c
        cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
config -I../../gcc/../include ../../gcc/rtl.c
        cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
config -I../../gcc/../include ../../gcc/bitmap.c
        cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
config -I../../gcc/../include ../../gcc/print-rtl.c
        cc  -DIN_GCC     -g   -DHAVE_CONFIG_H  -o genattr \
         genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obs
tack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?
*) echo  ;; esac `    ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;;
 esac `
Undefined                       first referenced
 symbol                             in file
alloca                              genattr.o
UX:ld: ERROR: genattr: fatal error: Symbol referencing errors. No output written
 to genattr
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.



could you help me? i can't find any way to compile Xerces-C 1_6_0 on unixware.Save me!

thanks,
tao



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

* problem in compiling gcc 2.9.5 on unixware 7.1.1
@ 2002-02-25 21:11 TaoFengmei
  0 siblings, 0 replies; 4+ messages in thread
From: TaoFengmei @ 2002-02-25 21:11 UTC (permalink / raw)
  To: gcc

hi,

i want to install gcc in unixware 7.1.1,compiling succed.But when i install it to system,meet such problem:

# make install
        /bin/sh ../mkinstalldirs /usr/local  /usr/local
(cd intl && make all)
        cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
config -I../../gcc/../include ../../gcc/genattr.c
        cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
config -I../../gcc/../include ../../gcc/rtl.c
        cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
config -I../../gcc/../include ../../gcc/bitmap.c
        cc -c  -DIN_GCC     -g   -DHAVE_CONFIG_H    -I. -I../../gcc -I../../gcc/
config -I../../gcc/../include ../../gcc/print-rtl.c
        cc  -DIN_GCC     -g   -DHAVE_CONFIG_H  -o genattr \
         genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obs
tack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?
*) echo  ;; esac `    ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;;
 esac `
Undefined                       first referenced
 symbol                             in file
alloca                              genattr.o
UX:ld: ERROR: genattr: fatal error: Symbol referencing errors. No output written
 to genattr
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.



could you help me? i can't find any way to compile Xerces-C 1_6_0 on unixware.Save me!

thanks,
tao



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

end of thread, other threads:[~2002-02-26  7:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200202260512.XAA04859@monsoon.nj.caldera.com>
2002-02-25 23:15 ` problem in compiling gcc 2.9.5 on unixware 7.1.1 Robert Lipe
2002-02-25 23:27   ` Robert Lipe
2002-02-25 21:26 TaoFengmei
  -- strict thread matches above, loose matches on Subject: below --
2002-02-25 21:11 TaoFengmei

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