Fixed linking with -lieee
authorpop <pop>
Tue, 1 Apr 2003 10:14:23 +0000 (10:14 +0000)
committerpop <pop>
Tue, 1 Apr 2003 10:14:23 +0000 (10:14 +0000)
perl/Makefile.PL.in

index c4e13b6..70019e3 100644 (file)
@@ -4,7 +4,7 @@ WriteMakefile(
               'NAME'     => 'IDZebra',
               'OBJECT'   => 'IDZebra_wrap.o zebra_perl.o' ,
               'INC'      => "-I../index -I../include @YAZINC@",
-              'LIBS'     => "-L../index -lzebra -L../data1 -ldata1 @ZPERL_LIBS@ @TCL_LIB@ @YAZLIB@",
+              'LIBS'     => "-L../index -lzebra -L../data1 -ldata1 @TCL_LIB@ @YAZLIB@ @ZPERL_LIBS@",
               'OPTIMIZE' => '-g -O2'
        
               );