2009/1/19 Deen Kotturi <[email protected]>: > Thank you. I tried the suggestion you mentioned below. I got the > following errors. Any help is appreciated. >... > cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -I/usr/lib/perl/5.10/CORE my_par_pl.c > cc main.o my_par_pl.o -s -Wl,-E -L/usr/local/lib > -L/usr/lib/perl/5.10/CORE -lperl -ldl -lm -lpthread -lc -lcrypt -o ./par > /usr/bin/ld: cannot find -lperl > collect2: ld returned 1 exit status > make[1]: *** [par] Error 1
You don't have a libperl.so or libperl.a installed. On Debian or Ubunutu, install package libperl-dev. Cheers, Roderich
