[Bug libfortran/17748] libgfortran contains undefined references to _environ

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 13:16 --- Fixed in 4.0.0. -- What|Removed |Added Status|ASSIGNED|RESOL

[Bug libfortran/17748] libgfortran contains undefined references to _environ

2005-02-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-28 06:35 --- Subject: Bug 17748 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-02-28 06:34:55 Modified files: libgfortran: Change

[Bug libfortran/17748] libgfortran contains undefined references to _environ

2005-02-26 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-26 18:33 --- Subject: Bug 17748 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-26 18:33:12 Modified files: libgfortran: ChangeLog libgfortran/runtim

[Bug libfortran/17748] libgfortran contains undefined references to _environ

2004-10-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 14:49 --- I basically just posted your patch with an addtional comment: . -- What|Removed |Added --

[Bug libfortran/17748] libgfortran contains undefined references to _environ

2004-10-15 Thread peter at pogma dot com
--- Additional Comments From peter at pogma dot com 2004-10-15 13:04 --- You want additional checks besides the crt_externs.h check in my patch? I think it highly unlikely that other platforms have this header, but if you like I can also check for the _NSGetEnviron function. It may ta

[Bug libfortran/17748] libgfortran contains undefined references to _environ

2004-10-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-14 14:26 --- If I get some time, I will look into getting this done correctly, aka autoconf that we cannot use _environ and try to use _NSGetEnviron instead. -- What|Removed |Added

[Bug libfortran/17748] libgfortran contains undefined references to _environ

2004-09-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-30 14:12 --- This is still a bug as you cannot use the getenv intstricts on Darwin. -- What|Removed |Added

[Bug libfortran/17748] libgfortran contains undefined references to _environ

2004-09-30 Thread peter at pogma dot com
--- Additional Comments From peter at pogma dot com 2004-09-30 14:04 --- Yeah, but with undefined references in shared libraries in gfortran it means that it is impossible to create shared fortran libraries twolevel namespace on darwin. This was possible with f77. In fact I see on clo

[Bug libfortran/17748] libgfortran contains undefined references to _environ

2004-09-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-30 13:55 --- all shared libraries in GCC are built with "-flat_namespace -undefined suppress" so -- What|Removed |Added -

[Bug libfortran/17748] libgfortran contains undefined references to _environ

2004-09-30 Thread peter at pogma dot com
--- Additional Comments From peter at pogma dot com 2004-09-30 13:43 --- Created an attachment (id=7245) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7245&action=view) proposed patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17748