RE: Error while compilation of apple gdb-309 on Linux
RE: Error while compilation of apple gdb-309 on Linux
- Subject: RE: Error while compilation of apple gdb-309 on Linux
- From: Andrew Gallatin <email@hidden>
- Date: Mon, 8 Aug 2005 09:30:01 -0400 (EDT)
Priti Rathi writes:
>
> Oh like that :),Hmm how to remove this Apple-ism?
> It is already defined in the header file.
In the example you posted, it was only defined when __MWERKS__ is
defined. Gcc on linux does not define __MWERKS__ -- I imagine a
compiler made by MetroWerks must define it.
Like I said before, just define it away to something harmless.
Eg:
gcc -D__private_extern__='', or edit
the header file an add something like
#if !defined(__private_extern__)
#define __private_extern__
#endif
Drew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden