. Ideally, those same macros would change the CFLAGS,
INCLUDES, etc for this specific directory to include all of the
perl-related stuff.
My platform is HP-UX 10.20, gcc-2.95.2, perl 5.6.0, autoconf-2.49c,
automake-1.4b, libtool-1.3.5
Please tell me there's an easier way to do this...
I want a macro that automatically adds the compiler flags to disable
exception handling, e.g. '-fno-exceptions' for gcc. Does such a macro
already exist? If not, how would I go about creating one?
Jeremy
--
Jeremy Slade
Hewlett-Packard Company VLSI Technology Center - http://c
eremy
--
Jeremy Slade
Hewlett-Packard Company VLSI Technology Center - http://cpus.hp.com/
[EMAIL PROTECTED](970) 898-7881
foolproof, super robust. For building the perl
extension, most of the 'configuration' comes from the perl Config.pm,
so whatever is configured in the various other Makefiles is not
reflected in the Makefile.perl. Perhaps that's not an issue -- what
do the experts think?
Happy
Tim Van Holder writes:
> On 26 Mar 2001 15:24:16 -0700, Jeremy Slade wrote:
> > .made_mode = MyMod.C Makefile.perl
> > $(MAKE) -fMakefile.perl
> > touch $@
>
> Minor portability issue: try to avoid names starting with leading dots.
> If your code i