Discussion:
epic5-1.0 compile error on Slackware-12.2
r***@yahoo.com.br
2009-01-29 08:30:23 UTC
Permalink
Hello.

I'm having an error that occurs during "make" that I have been unable
to solve. I know I should be using epic4-2.8 that comes with
Slackware-12.2, but I consider it to be old and I really want to use
the Darkstar script with epic5.
Below is the information requested in BUG_FORM (I have attached
hardware.txt, configure.txt and make.txt accordingly):

Hardware: hardware.txt
Operating System: Linux darkstar 2.6.27.7-smp #2 SMP Thu Nov 20
22:32:43 CST 2008 i686 AMD Athlon(tm) 64 Processor 3800+ AuthenticAMD
GNU/Linux
Compiler: gcc-4.2.4

I have also attached the ncurses package description that comes with
my distribution.

One last thing. Are the "tigetnum", "tigetflag" and "tigetstr" fatal
to make? If they are, then I'll have to install the ncurses-devel
package from scratch since Slackware-12.2 does not have such package,
which I'm not willing to do at the moment.

Thank you.

Renato.
Zak
2009-01-29 13:01:12 UTC
Permalink
* ***@yahoo.com.br <***@yahoo.com.br> [2009-01-29 06:30:23 -0200]:
Hi,
Post by r***@yahoo.com.br
Hello.
I'm having an error that occurs during "make" that I have been unable
to solve. I know I should be using epic4-2.8 that comes with
Slackware-12.2, but I consider it to be old and I really want to use
the Darkstar script with epic5.
Below is the information requested in BUG_FORM (I have attached
Hardware: hardware.txt
Operating System: Linux darkstar 2.6.27.7-smp #2 SMP Thu Nov 20
22:32:43 CST 2008 i686 AMD Athlon(tm) 64 Processor 3800+ AuthenticAMD
GNU/Linux
Compiler: gcc-4.2.4
I have also attached the ncurses package description that comes with
my distribution.
One last thing. Are the "tigetnum", "tigetflag" and "tigetstr" fatal
to make? If they are, then I'll have to install the ncurses-devel
package from scratch since Slackware-12.2 does not have such package,
which I'm not willing to do at the moment.
Thank you.
Renato.
|>gcc -g -O -Wno-pointer-sign -I./../include -I../include -c info.c
|>gcc -g -O -Wno-pointer-sign -o epic5 alias.o alist.o array.o clock.o commands.o compat.o crypt.o crypto.o ctcp.o dcc.o debug.o elf.o exec.o files.o flood.o functions.o gailib.o glob.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o levels.o list.o log.o logfiles.o mail.o names.o network.o newio.o notify.o numbers.o output.o parse.o perl.o queue.o reg.o ruby.o screen.o sdbm.o server.o sha2.o ssl.o status.o tcl.o term.o timer.o translat.o vars.o who.o window.o words.o info.o -Wl,-E -L/usr/local/lib -L/usr/lib/perl5/5.10.0/i486-linux-thread-multi/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -L/usr/lib -ltcl8.5 -ldl -lieee -lm -Wl,-R -Wl,/usr/lib -L/usr/lib -lruby -ldl -lcrypt -lm -lncurses -lssl -lcrypto -lnsl -lresolv -lcrypt -lm -lrt
|>/usr/lib/libieee.a:(.data+0x0): multiple definition of `_LIB_VERSION'
|>/usr/lib/perl5/5.10.0/i486-linux-thread-multi/CORE/libperl.a(pp.o):(.data+0x0): first defined here
|>collect2: ld returned 1 exit status
|>make[1]: *** [epic5] Error 1
|>make[1]: Leaving directory `/home/net/programs/epic5-1.0/source'
|>make: *** [epic5] Error 2
Try ./configure --without-perl, as it seems like a perl issue.

cheers

//zak
--
"Only two things are infinite, the universe and human
stupidity, and I'm not sure about the former."
- Albert Einstein
Loading...