Skip Menu |

This queue is for tickets about the XML-Xalan CPAN distribution.

Report information
The Basics
Id: 458
Status: resolved
Priority: 0/
Queue: XML-Xalan

People
Owner: Nobody in particular
Requestors: alex [...] x3ja.co.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.43
Fixed in: (no value)



Subject: Compile errors - "multiple definitions of..."
Just trying to compile 0.43 with xalan-1.3 and got the results in the attached file.
Download make
application/octet-stream 34k

Message body not shown because it is not plain text.

[guest - Mon Apr 8 22:38:39 2002]: Show quoted text
> Just trying to compile 0.43 with xalan-1.3 and got the results in the > attached file.
Show quoted text
> g++ -shared -L/usr/local/lib XSv.o Xalan.o Xalan.o wrappers.o -o
^^^^^^^^^^^^^^^^ Somehow, MakeMaker generates bogus Makefile which links Xalan.o twice. This problem seems to occur randomly, I experienced it once. Current workaround is to edit the Makefile, fix the double Xalan.o, and `make` again. rgds, Edwin. Show quoted text
> blib/arch/auto/XML/Xalan/Xalan.so -lc
-L/home/alex/src/xml-xalan/c//lib > -lxalan-c1_3 -L/usr/lib -L/usr/local/lib
Fixed in ver. 0.44.