RE: [NeoStats-Devel] Perl on Win32
"Justin Hammond" <justin-kLev/[email protected]> Sat, 20 Aug 2005 22:54:35 +0800
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
> > > > Configure should be checking the perl versions, so it must > > think you have perl 5.8, it would be interesting to know what > > it thinks that it is. > > From shell: > > perl --version > > This is perl, v5.8.4 built for i386-linux-thread-multi > > From configure: > > Configuring for Perl Modules Now > > checking for sed... /bin/sed > checking for perl... /usr/bin/perl > checking for Perl compile flags... ok > checking for /usr/bin/perl >= 5.8.0... Yes > > From link: > > Linking neostats: > [ERROR] > gcc -I../lib/pcre -I../lib/curl -DNEOSTATSCORE -D_REENTRANT > -D_GNU_SOURCE > -DT > HREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include > -D_LARGEF > ILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE > -I../lib/event > -g > -O2 -DNDEBUG -fno-strict-aliasing -fno-strict-aliasing -o > .libs/neostats > --ex > port-dynamic -rdynamic auth.o bans.o bots.o channels.o commands.o > confuse.o c > onfuselexer.o nsdba.o conf.o dl.o dns.o exclude.o hash.o ircstring.o > ircproto > col.o ircsend.o ircrecv.o lang.o list.o log.o main.o match.o misc.o > modules.o > nsevents.o helpstrings.o servers.o services.o signals.o > sock.o support.o > tim > er.o transfer.o users.o modes.o ctcp.o dcc.o nsmemory.o base64.o > numerics.o s > ettings.o botinfo.o adnscheck.o adnsevent.o adnsgeneral.o > adnsparse.o > adnsque > ry.o adnsreply.o adnssetup.o /usr/bin/ld: cannot find -lperl > collect2: ld returned 1 exit status > make[1]: *** [neostats] Error 1 > make: *** [all-recursive] Error 1 > Could you send me config.log and src/Makefile when you try to compile with perl enabled?