--- Comment #12 from charlet at gcc dot gnu dot org 2008-05-29 09:04
---
Also a duplicate of PR864, which is now fixed.
*** This bug has been marked as a duplicate of 864 ***
--
charlet at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #11 from danglin at gcc dot gnu dot org 2008-04-01 22:27
---
This bug is fixed on darwin.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33857
--- Comment #10 from danglin at gcc dot gnu dot org 2008-04-01 22:25
---
Subject: Bug 33857
Author: danglin
Date: Tue Apr 1 22:25:02 2008
New Revision: 133807
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133807
Log:
PR ada/33857
* env.c: Always include crt_ex
--- Comment #9 from danglin at gcc dot gnu dot org 2008-04-01 22:23 ---
Subject: Bug 33857
Author: danglin
Date: Tue Apr 1 22:23:04 2008
New Revision: 133806
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133806
Log:
PR ada/33857
* env.c: Always include crt_exte
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-03-13 16:39 ---
*** Bug 35572 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2008-02-29
04:47 ---
Subject: Re: Cannot bootstrap Ada with host gnatmake-4.2
> I tried the setenv change with 4.2.3. Had to apply the "-larg -lgcc_eh"
> hack to Make-lang.in to do an initial bootstrap. After installing this
--- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca 2008-02-28
01:41 ---
Subject: Re: Cannot bootstrap Ada with host gnatmake-4.2
> but i know that is most likely not the correct fix. If someone could verify
> that setenv copies the input buffer on all versions of OS X then it
--- Comment #5 from charles dot w dot lambert at gmail dot com 2008-02-27
18:20 ---
I also forgot to add that changing to
...
#elif (defined (__vxworks) && defined (__RTP__)) \
|| defined (__APPLE__)
setenv (name, value, 1);
#else
...
would involve changing
...
putenv (expressio
--- Comment #4 from charles dot w dot lambert at gmail dot com 2008-02-27
18:16 ---
I agree, what flags can be used to determine when to use it?
I used
...
#elif (defined (__vxworks) && defined (__RTP__)) \
|| (defined (__i386__) && (__APPLE__))
setenv (name, value, 1);
#else
...
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2008-02-27
17:49 ---
Subject: Re: Cannot bootstrap Ada with host gnatmake-4.2
> --- Comment #2 from charles dot w dot lambert at gmail dot com
> 2008-02-27 16:32 ---
> I can confirm this bug against gcc 4.2.3 and gcc
--- Comment #2 from charles dot w dot lambert at gmail dot com 2008-02-27
16:32 ---
I can confirm this bug against gcc 4.2.3 and gcc 4.3.0 on os x (10.5.2).
Apparently apple has changed the way that putenv is handled. From the `man 3
getenv` page i quote:
"COMPATIBILITY
putenv() n
--- Comment #1 from danglin at gcc dot gnu dot org 2008-02-25 04:02 ---
I'm seeing essentially the same thing on i686-apple-darwin9:
# gnattools2
make -C ../gcc/ada/tools -f ../Makefile \
"CC=../../xgcc -B../../" "CFLAGS=-O2 -g -g -O2 " "ADAFLAGS=-gnatpg
-g
nata" "INCLUDES=-I
12 matches
Mail list logo