Hello:
I tried to install Tk800.015 on SunOS 4.1.4 with perl 5.6.2. At "make test" time, I got the error message as below:
collect2: ld returned 2 exit status
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _LangExit: multiply defined
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _Tcl_Free: multiply defined
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _LangDebug: multiply defined
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _Lang_OSHandle: multiply defined
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _Tcl_Alloc: multiply defined
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _Tcl_Panic: multiply defined
make: *** [perl] Error 1
*** Error code 2
make: Fatal error: Command failed for target `perl'
What does "multiply defined" mean? How can I fix it?
Thanks,
Gavin Chen
I tried to install Tk800.015 on SunOS 4.1.4 with perl 5.6.2. At "make test" time, I got the error message as below:
collect2: ld returned 2 exit status
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _LangExit: multiply defined
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _Tcl_Free: multiply defined
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _LangDebug: multiply defined
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _Lang_OSHandle: multiply defined
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _Tcl_Alloc: multiply defined
ld: /usr/local/lib/perl5/site_perl/5.6.2/sun4-sunos/auto/Tk/Event/Event.a(Event.o ): _Tcl_Panic: multiply defined
make: *** [perl] Error 1
*** Error code 2
make: Fatal error: Command failed for target `perl'
What does "multiply defined" mean? How can I fix it?
Thanks,
Gavin Chen
Comment