This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]