[Bug c++/27408] New: g++ -force_flat_namespace fails due to crt3.o multiply defined symbols

2006-05-03 Thread peter at pogma dot com
t org ReportedBy: peter at pogma dot com GCC host triplet: *-*-darwin8* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27408

[Bug driver/21366] The -bundle linking option does not get processed right on darwin

2005-08-04 Thread peter at pogma dot com
--- 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

[Bug target/20366] AIX g++ -D_LARGE_FILES fails to compile #include

2007-12-31 Thread peter at pogma dot com
--- 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

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-02-09 Thread peter at pogma dot com
--- 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

[Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.

2005-02-09 Thread peter at pogma dot com
--- 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

[Bug bootstrap/18810] [4.0 Regression] Darwin's as unlinks /dev/null

2005-02-09 Thread peter at pogma dot com
--- 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

[Bug bootstrap/18810] [4.0 Regression] Darwin's as unlinks /dev/null

2005-02-10 Thread peter at pogma dot com
--- 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

[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

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

2004-09-30 Thread peter at pogma dot com
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

[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

[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