This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: strange error on gcc 4.1.0
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- Cc: howarth at bromo dot msbb dot uc dot edu, schwab at suse dot de, gcc at gcc dot gnu dot org
- Date: Sat, 30 Jul 2005 11:18:42 -0400 (EDT)
- Subject: Re: strange error on gcc 4.1.0
>
> Andreas,
> Are you sure gnu gcc shouldn't support this? I see -bundle under the
> Machine Dependent Options under Darwin options which are not marked as
> APPLE-ONLY. I understood that to mean that it should be present in the
> gnu gcc compiler (like -all_load which is in the same list and is
> supported). Fortunately MacOS X 10.4 now supports a more linux-like dyload
> that can use standard dynamic libraries .so files instead of just bundles
> for shared library modules.
It is a bug in the driver, see PR 21366: <http://gcc.gnu.org/PR21366>.
There was a patch posted about this too but I cannot find it.
Thanks,
Andrew Pinski