t org
ReportedBy: peter at pogma dot com
GCC host triplet: *-*-darwin8*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27408
--- Additional Comments From peter at pogma dot com 2005-08-04 12:52
---
New(ish) patch:
http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00266.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21366
--- Comment #17 from peter at pogma dot com 2007-12-31 19:28 ---
(In reply to comment #16)
> This was also a problem on solaris:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4850
I mean
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4886
--
peter at pogma dot com c
--- Additional Comments From peter at pogma dot com 2005-02-10 03:08
---
My /dev/null also gets unlinked during 'sudo make install', so I decided to
find the problem. I made a
shared library that contained an unlink function:
#include
#include
int unlink(const char *pa
--- Additional Comments From peter at pogma dot com 2005-02-10 03:49
---
I filed a radar that /dev/null shouldn't be unlinkable. But gcc should probably
avoid '-o /dev/null', it is
just used to check if -fvisibility=hidden is available. There must either be
another
--- Additional Comments From peter at pogma dot com 2005-02-10 04:05
---
Okay, I'll try.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18810
--- Additional Comments From peter at pogma dot com 2005-02-10 14:15
---
http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00439.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18810
--- 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
ReportedBy: peter at pogma dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: powerpc-apple-darwin
GCC host triplet: powerpc-apple-darwin
GCC target triplet: powerpc-apple-darwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17748
--- 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
--- 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
11 matches
Mail list logo