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 \

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/include \