>>>>> On 24 Feb 2002 11:52:50 -0700, Tom Tromey <[EMAIL PROTECTED]> said:
>>>>> "David" == David Mosberger-Tang <[EMAIL PROTECTED]> writes:
David> For example, I have a file called foo.c and I'd like to
David> compile it once with the normal options and once with -DBAR
David> defined. The resulting two objects would have to go into the
David> same library (foo.c will define different global symbols
David> depending on whether or not BAR is defined).
Tom> Interesting. There's no automatic way to do this.
Too bad. I guess I'll have to bite the bullet for now and statically
include the stub files.
Thanks for the help.
--david