public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: gcc-4.6.0 breaks
@ 2011-06-02  2:29 Dennis Clarke
  2011-06-02  2:47 ` Bill Cunningham
  0 siblings, 1 reply; 17+ messages in thread
From: Dennis Clarke @ 2011-06-02  2:29 UTC (permalink / raw)
  To: Bill Cunningham; +Cc: gcc-help


> Dennis Clarke wrote:
>>>     My gcc-4.6.0 compilation after compiling for quite some time
>>> decided to
>>> break with an error to stderr of something like not recognized object
>>> files.
>>> I am compiling with gcc-3.3.6. This can sure be nerve racking. Does
>>> anyone know what this means?
>>>
>>
>> How would anyone even begin to help with this email content ?
>>
>> Okay, so let's see, so you're running Debian Linux on a DEC alpha and
>> you are trying to bootstrap GCC 4.6.0 while using GCC 3.3.6 with
>> binutils maybe maybe not and your configure line was black magic
>> while facing east with a dead cat under a rising moon ?
>>
>> My guess is that you need to face west.
>>
>> Try again with some content please !
>
>     I didn't get a log of stderr. I wish I had it turned on now. I'm using
> an old RH 9 for the i686 and binutils-2.21 along with gcc-3.3.6. I have
> have
> gmp mpfc and mpc all installed and I am using make-3.82. I was rather
> surprised when it broke. If I try again I will get a stderr log.
>

Can you just login remotely with an xterm or better yet fire up screen
with session logging and then go to a fresh clean directory. Then let's
try a boot strap again and this time everything gets logged.

wdyt ?

Dennis


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

* Re: gcc-4.6.0 breaks
  2011-06-02  2:29 gcc-4.6.0 breaks Dennis Clarke
@ 2011-06-02  2:47 ` Bill Cunningham
  2011-06-02  3:11   ` Bryan Hundven
  0 siblings, 1 reply; 17+ messages in thread
From: Bill Cunningham @ 2011-06-02  2:47 UTC (permalink / raw)
  To: gcc-help

Dennis Clarke wrote:
>> Dennis Clarke wrote:
>>>>     My gcc-4.6.0 compilation after compiling for quite some time
>>>> decided to
>>>> break with an error to stderr of something like not recognized
>>>> object files.
>>>> I am compiling with gcc-3.3.6. This can sure be nerve racking. Does
>>>> anyone know what this means?
>>>>
>>>
>>> How would anyone even begin to help with this email content ?
>>>
>>> Okay, so let's see, so you're running Debian Linux on a DEC alpha
>>> and you are trying to bootstrap GCC 4.6.0 while using GCC 3.3.6 with
>>> binutils maybe maybe not and your configure line was black magic
>>> while facing east with a dead cat under a rising moon ?
>>>
>>> My guess is that you need to face west.
>>>
>>> Try again with some content please !
>>
>>     I didn't get a log of stderr. I wish I had it turned on now. I'm
>> using an old RH 9 for the i686 and binutils-2.21 along with
>> gcc-3.3.6. I have have
>> gmp mpfc and mpc all installed and I am using make-3.82. I was rather
>> surprised when it broke. If I try again I will get a stderr log.
>>
>
> Can you just login remotely with an xterm or better yet fire up screen
> with session logging and then go to a fresh clean directory. Then
> let's try a boot strap again and this time everything gets logged.
>
> wdyt ?

    Nope. Don't have X on my system. Never installed it and removed what few 
directories were left. I have xfree86 binaries but they are kind of old and 
want an even newer glibc than I have I believe. But I can still get errors 
logged with the shell.

Bill

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

* Re: gcc-4.6.0 breaks
  2011-06-02  2:47 ` Bill Cunningham
@ 2011-06-02  3:11   ` Bryan Hundven
  2011-06-02  4:59     ` Miles Bader
  0 siblings, 1 reply; 17+ messages in thread
From: Bryan Hundven @ 2011-06-02  3:11 UTC (permalink / raw)
  To: Bill Cunningham; +Cc: gcc-help

On Wed, Jun 1, 2011 at 7:46 PM, Bill Cunningham <billcun@suddenlink.net> wrote:
> Dennis Clarke wrote:
>>>
>>> Dennis Clarke wrote:
>>>>>
>>>>>    My gcc-4.6.0 compilation after compiling for quite some time
>>>>> decided to
>>>>> break with an error to stderr of something like not recognized
>>>>> object files.
>>>>> I am compiling with gcc-3.3.6. This can sure be nerve racking. Does
>>>>> anyone know what this means?
>>>>>
>>>>
>>>> How would anyone even begin to help with this email content ?
>>>>
>>>> Okay, so let's see, so you're running Debian Linux on a DEC alpha
>>>> and you are trying to bootstrap GCC 4.6.0 while using GCC 3.3.6 with
>>>> binutils maybe maybe not and your configure line was black magic
>>>> while facing east with a dead cat under a rising moon ?
>>>>
>>>> My guess is that you need to face west.
>>>>
>>>> Try again with some content please !
>>>
>>>    I didn't get a log of stderr. I wish I had it turned on now. I'm
>>> using an old RH 9 for the i686 and binutils-2.21 along with
>>> gcc-3.3.6. I have have
>>> gmp mpfc and mpc all installed and I am using make-3.82. I was rather
>>> surprised when it broke. If I try again I will get a stderr log.
>>>
>>
>> Can you just login remotely with an xterm or better yet fire up screen
>> with session logging and then go to a fresh clean directory. Then
>> let's try a boot strap again and this time everything gets logged.
>>
>> wdyt ?
>
>   Nope. Don't have X on my system. Never installed it and removed what few
> directories were left. I have xfree86 binaries but they are kind of old and
> want an even newer glibc than I have I believe. But I can still get errors
> logged with the shell.

$ apt-get install screen

$ screen -L

$ build your toolchain

$ exit

post screenlog.0

> Bill
>
>

-Bryan

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

* Re: gcc-4.6.0 breaks
  2011-06-02  3:11   ` Bryan Hundven
@ 2011-06-02  4:59     ` Miles Bader
  2011-06-02  8:31       ` Bryan Hundven
  0 siblings, 1 reply; 17+ messages in thread
From: Miles Bader @ 2011-06-02  4:59 UTC (permalink / raw)
  To: Bryan Hundven; +Cc: Bill Cunningham, gcc-help

Bryan Hundven <bryanhundven@gmail.com> writes:
> $ apt-get install screen

Amen.

-miles

-- 
Cat, n. A soft, indestructible automaton provided by nature to be kicked when
things go wrong in the domestic circle.

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

* Re: gcc-4.6.0 breaks
  2011-06-02  4:59     ` Miles Bader
@ 2011-06-02  8:31       ` Bryan Hundven
  0 siblings, 0 replies; 17+ messages in thread
From: Bryan Hundven @ 2011-06-02  8:31 UTC (permalink / raw)
  To: Miles Bader; +Cc: Bill Cunningham, gcc-help

On Wed, Jun 1, 2011 at 9:59 PM, Miles Bader <miles@gnu.org> wrote:
> Bryan Hundven <bryanhundven@gmail.com> writes:
>> $ apt-get install screen
>
> Amen.

HAHA, I just realized Bill said rh, not deb :-P

I like Jonathan's pencil idea too!
The manual printer, ftw!

$ yum install screen

> -miles
>
> --
> Cat, n. A soft, indestructible automaton provided by nature to be kicked when
> things go wrong in the domestic circle.

-Bryan

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

* Re: gcc-4.6.0 breaks
  2011-06-02 14:11               ` Jonathan Wakely
  2011-06-02 14:21                 ` Marc Glisse
@ 2011-06-02 19:41                 ` Bill Cunningham
  1 sibling, 0 replies; 17+ messages in thread
From: Bill Cunningham @ 2011-06-02 19:41 UTC (permalink / raw)
  To: Jonathan Wakely, gcc-help

Jonathan Wakely wrote:
> On 2 June 2011 13:17, Bill Cunningham wrote:
>>
>> Ok but I have another question concerning gcc. I would like to have 2
>> compilers. A default and one perhaps in /usr/local or another
>> directory. How can I switch back and forth between which compiler I
>> want?
>
> The same way you'd choose between any two programs in different
> locations.
>
> You could adjust your $PATH or write a script which calls the one you
> want.
>
> I have a handful of versions installed in ~/gcc/ and invoke them via a
> script like
>
> #!/bin/bash
>> ${ver:=4.7}
>> ${libdir:=lib64}
> $HOME/gcc/$ver/bin/g++ -Wl,-rpath,$HOME/gcc/$ver/$libdir -Wall -g "$@"

    I see in .bash_profile that there is a PATH variable set. I have to put 
all my binaries in /usr to get the shell to recognize it. I know nothing 
about bash and would like to run a script that would allow me to simply run 
a script that would switch back and forth between compilers, assemblers, and 
the linker. Maybe 2 scripts. But I can't find the file that lists all my 
path data. env shows the path as does echo $PATH. I always log in as root 
anyway. If I want single user mode I add init=/bin/bash to the kernel switch 
of grub.

Bill

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

* Re: gcc-4.6.0 breaks
  2011-06-02  2:16 Dennis Clarke
  2011-06-02  2:25 ` Bill Cunningham
@ 2011-06-02 18:28 ` kevin diggs
  1 sibling, 0 replies; 17+ messages in thread
From: kevin diggs @ 2011-06-02 18:28 UTC (permalink / raw)
  To: dclarke; +Cc: Bill Cunningham, gcc-help

Hi,

On Wed, Jun 1, 2011 at 9:16 PM, Dennis Clarke <dclarke@blastwave.org> wrote:
>
>>     My gcc-4.6.0 compilation after compiling for quite some time decided
>> to
>> break with an error to stderr of something like not recognized object
>> files.
>> I am compiling with gcc-3.3.6. This can sure be nerve racking. Does anyone
>> know what this means?
>>
>
> How would anyone even begin to help with this email content ?
>
> Okay, so let's see, so you're running Debian Linux on a DEC alpha and you
> are trying to bootstrap GCC 4.6.0 while using GCC 3.3.6 with binutils
> maybe maybe not and your configure line was black magic while facing east
> with a dead cat under a rising moon ?
>
I thought it was "widely known" that under a rising moon, the cat HAD
to at least be on life support. It could not be completely dead?!?

> My guess is that you need to face west.
>
> Try again with some content please !
>
> Dennis
>
>
>

kevin

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

* Re: gcc-4.6.0 breaks
  2011-06-02 14:21                 ` Marc Glisse
@ 2011-06-02 15:06                   ` Jonathan Wakely
  0 siblings, 0 replies; 17+ messages in thread
From: Jonathan Wakely @ 2011-06-02 15:06 UTC (permalink / raw)
  To: gcc-help

On 2 June 2011 15:20, Marc Glisse wrote:
> On Thu, 2 Jun 2011, Jonathan Wakely wrote:
>
>> I have a handful of versions installed in ~/gcc/ and invoke them via a
>> script like
>>
>> #!/bin/bash
>> : ${ver:=4.7}
>> : ${libdir:=lib64}
>> $HOME/gcc/$ver/bin/g++ -Wl,-rpath,$HOME/gcc/$ver/$libdir -Wall -g "$@"
>
> When you have many versions, it may be more convenient to add a spec file
> that does the rpath thing. This way you can call any g++ in any way without
> bothering with wrappers and without risk.

I often don't want to use -rpath at all.  Now and then I need to
compile with one version and run against a different libstdc++.so to
ensure I haven't broken the ABI, so I mix and match g++ and
libstdc++.so versions.  But that's not something most people will ever
need to do. So optional wrapper scripts work for me.  YMMV.

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

* Re: gcc-4.6.0 breaks
  2011-06-02 14:11               ` Jonathan Wakely
@ 2011-06-02 14:21                 ` Marc Glisse
  2011-06-02 15:06                   ` Jonathan Wakely
  2011-06-02 19:41                 ` Bill Cunningham
  1 sibling, 1 reply; 17+ messages in thread
From: Marc Glisse @ 2011-06-02 14:21 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: gcc-help

On Thu, 2 Jun 2011, Jonathan Wakely wrote:

> I have a handful of versions installed in ~/gcc/ and invoke them via a
> script like
>
> #!/bin/bash
> : ${ver:=4.7}
> : ${libdir:=lib64}
> $HOME/gcc/$ver/bin/g++ -Wl,-rpath,$HOME/gcc/$ver/$libdir -Wall -g "$@"

When you have many versions, it may be more convenient to add a spec file 
that does the rpath thing. This way you can call any g++ in any way 
without bothering with wrappers and without risk.

-- 
Marc Glisse

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

* Re: gcc-4.6.0 breaks
  2011-06-02 12:17             ` Bill Cunningham
@ 2011-06-02 14:11               ` Jonathan Wakely
  2011-06-02 14:21                 ` Marc Glisse
  2011-06-02 19:41                 ` Bill Cunningham
  0 siblings, 2 replies; 17+ messages in thread
From: Jonathan Wakely @ 2011-06-02 14:11 UTC (permalink / raw)
  To: Bill Cunningham; +Cc: gcc-help

On 2 June 2011 13:17, Bill Cunningham wrote:
>
>   Ok but I have another question concerning gcc. I would like to have 2
> compilers. A default and one perhaps in /usr/local or another directory. How
> can I switch back and forth between which compiler I want?

The same way you'd choose between any two programs in different locations.

You could adjust your $PATH or write a script which calls the one you want.

I have a handful of versions installed in ~/gcc/ and invoke them via a
script like

#!/bin/bash
: ${ver:=4.7}
: ${libdir:=lib64}
$HOME/gcc/$ver/bin/g++ -Wl,-rpath,$HOME/gcc/$ver/$libdir -Wall -g "$@"

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

* Re: gcc-4.6.0 breaks
  2011-06-02 11:32           ` Jonathan Wakely
@ 2011-06-02 12:17             ` Bill Cunningham
  2011-06-02 14:11               ` Jonathan Wakely
  0 siblings, 1 reply; 17+ messages in thread
From: Bill Cunningham @ 2011-06-02 12:17 UTC (permalink / raw)
  To: gcc-help

Jonathan Wakely wrote:
> On 2 June 2011 12:21, Bill Cunningham wrote:
>> Jonathan Wakely wrote:
>>
>>>> No. Although I didn't manually use the switches with gcc to find
>>>> gmp mpc or mpfc. The configure script seemed to me atleast to be
>>>> able to find those libraries I put in /usr/local. No when
>>>> compiling mpc I believe it was it needed to know where gmp was.
>>>> The script needed help there. gmp mpc and mpfc were the only
>>>> things gcc to my knowledge needed to compile and run.
>>>
>>> There's a difference between configure being able to find the
>>> libraries to link an executable and the dynamic linker being able to
>>> find those libraris to *run* an executable.
>>>
>>> If /usr/local/lib is not in your ldconfig cache then it will not
>>> find libgmp.so etc. so you will need to reconfigure ldconfig, or set
>>> LD_LIBRARY_PATH.
>>>
>>> Of course since you don't know what the actual error was this is all
>>> just wild speculation. You need to know what the error was and if it
>>> told you to look in config.log, which would have more information.
>>>
>>> Try looking in the build directory for $target/libgcc/config.log
>>> which I suspect will show that ld.so couldn't find one of libgmp.so,
>>> libmpfr.so or libmpc.so
>>
>> Isn't the dynamic linker, ld.so and ld-linux.so2 the same thing?
>
> Yes.
>
> But ld is not the same thing as ld.so and my point is that ld might
> have been able to find the libraries, but ld.so could not.
>
> But this still seems like a waste of time until you know what the
> actual error was.  I still suggest looking in
> $target/libgcc/config.log to see if it's in there.

    Ok but I have another question concerning gcc. I would like to have 2 
compilers. A default and one perhaps in /usr/local or another directory. How 
can I switch back and forth between which compiler I want?

Bill

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

* Re: gcc-4.6.0 breaks
  2011-06-02 11:22         ` Bill Cunningham
@ 2011-06-02 11:32           ` Jonathan Wakely
  2011-06-02 12:17             ` Bill Cunningham
  0 siblings, 1 reply; 17+ messages in thread
From: Jonathan Wakely @ 2011-06-02 11:32 UTC (permalink / raw)
  To: Bill Cunningham; +Cc: gcc-help

On 2 June 2011 12:21, Bill Cunningham wrote:
> Jonathan Wakely wrote:
>
>>> No. Although I didn't manually use the switches with gcc to find gmp
>>> mpc or mpfc. The configure script seemed to me atleast to be able to
>>> find those libraries I put in /usr/local. No when compiling mpc I
>>> believe it was it needed to know where gmp was. The script needed
>>> help there. gmp mpc and mpfc were the only things gcc to my
>>> knowledge needed to compile and run.
>>
>> There's a difference between configure being able to find the
>> libraries to link an executable and the dynamic linker being able to
>> find those libraris to *run* an executable.
>>
>> If /usr/local/lib is not in your ldconfig cache then it will not find
>> libgmp.so etc. so you will need to reconfigure ldconfig, or set
>> LD_LIBRARY_PATH.
>>
>> Of course since you don't know what the actual error was this is all
>> just wild speculation.  You need to know what the error was and if it
>> told you to look in config.log, which would have more information.
>>
>> Try looking in the build directory for $target/libgcc/config.log which
>> I suspect will show that ld.so couldn't find one of libgmp.so,
>> libmpfr.so or libmpc.so
>
>   Isn't the dynamic linker, ld.so and ld-linux.so2 the same thing?

Yes.

But ld is not the same thing as ld.so and my point is that ld might
have been able to find the libraries, but ld.so could not.

But this still seems like a waste of time until you know what the
actual error was.  I still suggest looking in
$target/libgcc/config.log to see if it's in there.

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

* Re: gcc-4.6.0 breaks
       [not found]       ` <BANLkTinaXqk2ts7q8n3-Uoa=z0B2-xwR6Q@mail.gmail.com>
@ 2011-06-02 11:22         ` Bill Cunningham
  2011-06-02 11:32           ` Jonathan Wakely
  0 siblings, 1 reply; 17+ messages in thread
From: Bill Cunningham @ 2011-06-02 11:22 UTC (permalink / raw)
  To: gcc-help

Jonathan Wakely wrote:

>> No. Although I didn't manually use the switches with gcc to find gmp
>> mpc 
>> or mpfc. The configure script seemed to me atleast to be able to
>> find those libraries I put in /usr/local. No when compiling mpc I
>> believe it was it needed to know where gmp was. The script needed
>> help there. gmp mpc and mpfc were the only things gcc to my
>> knowledge needed to compile and run. 
> 
> There's a difference between configure being able to find the
> libraries to link an executable and the dynamic linker being able to
> find those libraris to *run* an executable.
> 
> If /usr/local/lib is not in your ldconfig cache then it will not find
> libgmp.so etc. so you will need to reconfigure ldconfig, or set
> LD_LIBRARY_PATH.
> 
> Of course since you don't know what the actual error was this is all
> just wild speculation.  You need to know what the error was and if it
> told you to look in config.log, which would have more information.
> 
> Try looking in the build directory for $target/libgcc/config.log which
> I suspect will show that ld.so couldn't find one of libgmp.so,
> libmpfr.so or libmpc.so

    Isn't the dynamic linker, ld.so and ld-linux.so2 the same thing?

Bill

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

* Re: gcc-4.6.0 breaks
  2011-06-02  2:25 ` Bill Cunningham
@ 2011-06-02  8:12   ` Jonathan Wakely
       [not found]     ` <002701cc2103$ef433780$a9d3daad@YOUREDC1953E71>
  0 siblings, 1 reply; 17+ messages in thread
From: Jonathan Wakely @ 2011-06-02  8:12 UTC (permalink / raw)
  To: Bill Cunningham; +Cc: gcc-help

On 2 June 2011 03:25, Bill Cunningham wrote:
> Dennis Clarke wrote:
>>>
>>>    My gcc-4.6.0 compilation after compiling for quite some time
>>> decided to
>>> break with an error to stderr of something like not recognized object
>>> files.
>>> I am compiling with gcc-3.3.6. This can sure be nerve racking. Does
>>> anyone know what this means?
>>>
>>
>> How would anyone even begin to help with this email content ?
>>
>> Okay, so let's see, so you're running Debian Linux on a DEC alpha and
>> you are trying to bootstrap GCC 4.6.0 while using GCC 3.3.6 with
>> binutils maybe maybe not and your configure line was black magic
>> while facing east with a dead cat under a rising moon ?
>>
>> My guess is that you need to face west.
>>
>> Try again with some content please !
>
>   I didn't get a log of stderr. I wish I had it turned on now. I'm using an
> old RH 9 for the i686 and binutils-2.21 along with gcc-3.3.6. I have have
> gmp mpfc and mpc all installed and I am using make-3.82. I was rather
> surprised when it broke. If I try again I will get a stderr log.

Couldn't you have used a pencil to write down the actual text of the error?


Was it this error: http://gcc.gnu.org/wiki/FAQ#configure_suffix ?
Did you read the installation docs about --with-gmp and ensuring the
dynamic linker can find libgmp etc?

See http://advogato.org/person/redi/diary/240.html and/or
http://advogato.org/person/redi/diary/229.html

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

* Re: gcc-4.6.0 breaks
  2011-06-02  2:16 Dennis Clarke
@ 2011-06-02  2:25 ` Bill Cunningham
  2011-06-02  8:12   ` Jonathan Wakely
  2011-06-02 18:28 ` kevin diggs
  1 sibling, 1 reply; 17+ messages in thread
From: Bill Cunningham @ 2011-06-02  2:25 UTC (permalink / raw)
  To: gcc-help

Dennis Clarke wrote:
>>     My gcc-4.6.0 compilation after compiling for quite some time
>> decided to
>> break with an error to stderr of something like not recognized object
>> files.
>> I am compiling with gcc-3.3.6. This can sure be nerve racking. Does
>> anyone know what this means?
>>
>
> How would anyone even begin to help with this email content ?
>
> Okay, so let's see, so you're running Debian Linux on a DEC alpha and
> you are trying to bootstrap GCC 4.6.0 while using GCC 3.3.6 with
> binutils maybe maybe not and your configure line was black magic
> while facing east with a dead cat under a rising moon ?
>
> My guess is that you need to face west.
>
> Try again with some content please !

    I didn't get a log of stderr. I wish I had it turned on now. I'm using 
an old RH 9 for the i686 and binutils-2.21 along with gcc-3.3.6. I have have 
gmp mpfc and mpc all installed and I am using make-3.82. I was rather 
surprised when it broke. If I try again I will get a stderr log.

Bill

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

* Re: gcc-4.6.0 breaks
@ 2011-06-02  2:16 Dennis Clarke
  2011-06-02  2:25 ` Bill Cunningham
  2011-06-02 18:28 ` kevin diggs
  0 siblings, 2 replies; 17+ messages in thread
From: Dennis Clarke @ 2011-06-02  2:16 UTC (permalink / raw)
  To: Bill Cunningham; +Cc: gcc-help


>     My gcc-4.6.0 compilation after compiling for quite some time decided
> to
> break with an error to stderr of something like not recognized object
> files.
> I am compiling with gcc-3.3.6. This can sure be nerve racking. Does anyone
> know what this means?
>

How would anyone even begin to help with this email content ?

Okay, so let's see, so you're running Debian Linux on a DEC alpha and you
are trying to bootstrap GCC 4.6.0 while using GCC 3.3.6 with binutils
maybe maybe not and your configure line was black magic while facing east
with a dead cat under a rising moon ?

My guess is that you need to face west.

Try again with some content please !

Dennis


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

* gcc-4.6.0 breaks
@ 2011-06-02  2:11 Bill Cunningham
  0 siblings, 0 replies; 17+ messages in thread
From: Bill Cunningham @ 2011-06-02  2:11 UTC (permalink / raw)
  To: gcc-help

    My gcc-4.6.0 compilation after compiling for quite some time decided to 
break with an error to stderr of something like not recognized object files. 
I am compiling with gcc-3.3.6. This can sure be nerve racking. Does anyone 
know what this means?

Bill

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

end of thread, other threads:[~2011-06-02 19:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-02  2:29 gcc-4.6.0 breaks Dennis Clarke
2011-06-02  2:47 ` Bill Cunningham
2011-06-02  3:11   ` Bryan Hundven
2011-06-02  4:59     ` Miles Bader
2011-06-02  8:31       ` Bryan Hundven
  -- strict thread matches above, loose matches on Subject: below --
2011-06-02  2:16 Dennis Clarke
2011-06-02  2:25 ` Bill Cunningham
2011-06-02  8:12   ` Jonathan Wakely
     [not found]     ` <002701cc2103$ef433780$a9d3daad@YOUREDC1953E71>
     [not found]       ` <BANLkTinaXqk2ts7q8n3-Uoa=z0B2-xwR6Q@mail.gmail.com>
2011-06-02 11:22         ` Bill Cunningham
2011-06-02 11:32           ` Jonathan Wakely
2011-06-02 12:17             ` Bill Cunningham
2011-06-02 14:11               ` Jonathan Wakely
2011-06-02 14:21                 ` Marc Glisse
2011-06-02 15:06                   ` Jonathan Wakely
2011-06-02 19:41                 ` Bill Cunningham
2011-06-02 18:28 ` kevin diggs
2011-06-02  2:11 Bill Cunningham

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