public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: Gcc Build Problem
@ 2001-01-10 17:04 Sharifi, Hamid
  0 siblings, 0 replies; 6+ messages in thread
From: Sharifi, Hamid @ 2001-01-10 17:04 UTC (permalink / raw)
  To: 'Alexandre Oliva', Sharifi, Hamid; +Cc: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 904 bytes --]

Title: RE: Gcc Build Problem






I received a response and the problem is resolved. Thank you.


Hamid
 


-----Original Message-----
From: Alexandre Oliva [ mailto:aoliva@redhat.com ]
Sent: Thursday, January 11, 2001 11:58 AM
To: Sharifi, Hamid
Cc: 'gcc-help@gcc.gnu.org'
Subject: Re: Gcc Build Problem



On Jan 10, 2001, "Sharifi, Hamid" <hamid.sharifi@cnh.com> wrote:


>     make: *** No rule to make target `bootstrap'. Stop.


>  Any idea what the problem is?
 
Did you run `configure' first? 


-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me




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

* GCC build problem
@ 2006-05-05 13:36 Indranil Roy Burman
  0 siblings, 0 replies; 6+ messages in thread
From: Indranil Roy Burman @ 2006-05-05 13:36 UTC (permalink / raw)
  To: gcc-help

Hi,

I am facing some error at the time of build of gcc 4.0.2 at Solaris8.0. 
But I can able to build gcc 4.0.2
for Solaris 6 & 7.  Here is the screen shot.

ld: fatal: relocation error: R_SPARC_DISP32: file 
.libs/libstdc++.lax/libsupc++convenience.a/vec.o: symbol <unknown>: 
offset 0xfccd3399 is non-aligned
ld: fatal: relocation error: R_SPARC_DISP32: file 
.libs/libstdc++.lax/libsupc++convenience.a/vterminate.o: symbol 
<unknown>: offset 0xfccd33d5 is non-aligned
collect2: ld returned 1 exit status
make[3]: *** [libstdc++.la] Error 1
make[3]: Leaving directory 
`/net/ruby/ruby2/users/gcc_tmp/gcc-4.0.2_obj/sparc-sun-solaris2.8/libstdc++-v3/src' 

make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/net/ruby/ruby2/users/gcc_tmp/gcc-4.0.2_obj/sparc-sun-solaris2.8/libstdc++-v3' 

make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/net/ruby/ruby2/users/gcc_tmp/gcc-4.0.2_obj/sparc-sun-solaris2.8/libstdc++-v3' 

make: *** [all-target-libstdc++-v3] Error 2


Waiting for your valuable suggestion to solve this problem.

Thanks & Regards,
Indranil

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

* gcc build problem
@ 2002-12-18 22:57 Anton van Oosten
  0 siblings, 0 replies; 6+ messages in thread
From: Anton van Oosten @ 2002-12-18 22:57 UTC (permalink / raw)
  To: gcc-help

Hello

"make bootstrap" ends with an error.
Does anyone know what goes wrong here and why this may be?

rm -f libiberty.a pic/libiberty.a
ar rc libiberty.a \
   regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o 
concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o 
getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o 
make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o 
pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o 
strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o 
xstrerror.o
ranlib libiberty.a
ranlib: archive member: libiberty.a(regex.o/) offset in archive not a 
multiple of sizeof(unsigned long) (must be since member is an object file)
make[1]: *** [libiberty.a] Error 1
make: *** [all-libiberty] Error 2
[

Thanks a lot

Anton

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

* Re: Gcc Build Problem
  2001-01-09 22:10 Gcc Build Problem Sharifi, Hamid
  2001-01-10  9:49 ` Billy Hutton
@ 2001-01-10 16:58 ` Alexandre Oliva
  1 sibling, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 2001-01-10 16:58 UTC (permalink / raw)
  To: Sharifi, Hamid; +Cc: 'gcc-help@gcc.gnu.org'

On Jan 10, 2001, "Sharifi, Hamid" <hamid.sharifi@cnh.com> wrote:

>     make: *** No rule to make target `bootstrap'. Stop.

>  Any idea what the problem is?
 
Did you run `configure' first? 

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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

* Re: Gcc Build Problem
  2001-01-09 22:10 Gcc Build Problem Sharifi, Hamid
@ 2001-01-10  9:49 ` Billy Hutton
  2001-01-10 16:58 ` Alexandre Oliva
  1 sibling, 0 replies; 6+ messages in thread
From: Billy Hutton @ 2001-01-10  9:49 UTC (permalink / raw)
  To: Sharifi, Hamid; +Cc: 'gcc-help@gcc.gnu.org'

> I am trying to install gcc on a Sun Sparc machine running Solaris 2.6. I
> have already installed GNU's make under /usr/local. When I run the command
> "/usr/local/bin/make  bootstrap"  I get the following message.
>   
> 
>     make: *** No rule to make target `bootstrap'. Stop.

You just need make to be in your path.  I'm assuming /usr/local/bin is in
your path.  If this is true, then you issue the command 'make bootstrap'
from inside the source-level path of what you're compiling.

E.G. I want to compile egcs-1.1.2, which is installed at
/usr/local/src/egcs-1.1.2.  I would 'cd /usr/local/src/egcs-1.1.2' and
issue 'make bootstrap'.  :)  

(Of course, you should build egcs in it's own object directory, but I
didn't want to make this confusing.)  :)

- Billy

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

* Gcc Build Problem
@ 2001-01-09 22:10 Sharifi, Hamid
  2001-01-10  9:49 ` Billy Hutton
  2001-01-10 16:58 ` Alexandre Oliva
  0 siblings, 2 replies; 6+ messages in thread
From: Sharifi, Hamid @ 2001-01-09 22:10 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

I am trying to 
install gcc on a Sun Sparc machine running Solaris 2.6. I have already installed 
GNU's make under /usr/local. When I run the command  
"/usr/local/bin/make  bootstrap"  I get the following 
message.
 
    make: *** No rule to make 
target `bootstrap'. Stop.
  Any idea what the problem is?
 
Thanks
 
Hamid
 
 
 

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

end of thread, other threads:[~2006-05-05 13:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-10 17:04 Gcc Build Problem Sharifi, Hamid
  -- strict thread matches above, loose matches on Subject: below --
2006-05-05 13:36 GCC build problem Indranil Roy Burman
2002-12-18 22:57 gcc " Anton van Oosten
2001-01-09 22:10 Gcc Build Problem Sharifi, Hamid
2001-01-10  9:49 ` Billy Hutton
2001-01-10 16:58 ` Alexandre Oliva

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