Re: Make is ignoring "-lperl -lm" flags

2004-01-14 Thread Igor Pechtchanski
On Wed, 14 Jan 2004, Diane Patzer wrote: > Hello! > > I have been having a problem with "make". I have a test program that calls a > Perl function from a C program. With this typed-in compiler invocation, it > works nicely: > > gcc -O2 -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -I/usr/local/inclu

Make is ignoring "-lperl -lm" flags

2004-01-14 Thread Diane Patzer
Hello! I have been having a problem with "make". I have a test program that calls a Perl function from a C program. With this typed-in compiler invocation, it works nicely: gcc -O2 -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -I/usr/local/include \ -I/usr/lib/perl5/5.8.0/cygwin-multi-64in