You must remove pmake-1.111 (default in slack) and then install pmake-1.45 ( http://www.acmesystems.it/download/pmake-1.45-i386-16fib.tgz )
# wget http://www.acmesystems.it/download/pmake-1.45-i386-16fib.tgz # removepkg pmake # installpkg pmake-1.45-i386-16fib.tgz On Nov 10, 2007 7:54 PM, ssmtux <[EMAIL PROTECTED]> wrote > > > > > > > Hello, > > I've a slackware 12.0 and I installed the SDK for the slackware 11.0 > that I found on the Acmesystems' web site. > > When I compiled for the first time after "make", I received the > following errors: > > > xxxxxxx/Foxboard/devboard-R2_01/packages/apps/shells/dash/readline-R1_0_4/obj/nodes.c:360: > multiple definition of `freefunc' > > nodes.o:/home/xxxxxxx/Foxboard/devboard-R2_01/packages/apps/shells/dash/readline-R1_0_4/obj/nodes.c:360: > first defined here > signames.o(.rodata+0x0): multiple definition of `signal_names' > signames.o(.rodata+0x0): first defined here > syntax.o(.rodata+0x0): multiple definition of `basesyntax' > syntax.o(.rodata+0x0): first defined here > syntax.o(.rodata+0x104): multiple definition of `dqsyntax' > syntax.o(.rodata+0x104): first defined here > syntax.o(.rodata+0x208): multiple definition of `sqsyntax' > syntax.o(.rodata+0x208): first defined here > syntax.o(.rodata+0x30c): multiple definition of `arisyntax' > syntax.o(.rodata+0x30c): first defined here > syntax.o(.rodata+0x410): multiple definition of `is_type' > syntax.o(.rodata+0x410): first defined here > collect2: ld returned 1 exit status > *** Error code 1 > > Stop. > pmake: stopped in > /home/xxxxxxx/Foxboard/devboard-R2_01/apps/shells/dash/dash > make[2]: *** [all] Error 1 > make[2]: Leaving directory > > `/home/xxxxxxx/Foxboard/devboard-R2_01/packages/apps/shells/dash/readline-R1_0_4' > make[1]: *** [install-recurse] Error 1 > make[1]: Leaving directory `/home/xxxxxxx/Foxboard/devboard-R2_01' > make: *** [everything] Error 2/ > > what's happened? > > thanks for your replay! > > Simone > >
