The problems are proceeding...

GCC 2.95.3
ICU 1.8.1
Xerces-C 1.5.1
Xalan-C 1.2

While compiling testXSLT:
---------
g++ -DLINUX -fpic -DXALAN_USE_ICU -Wl,-rpath,/usr/local/lib   \
-lc -L/home/packages/xml-xalan/c/lib -lxalan-c1_2  -L/usr/lib
-L/home/packages/xerces-c-src1_5_1/lib -lxerces-c1_5 -L/usr/local/lib
-licuuc -L/usr/local/lib -licui18n
/home/packages/xml-xalan/c/obj/process.o -o
/home/packages/xml-xalan/c/bin/testXSLT 
/usr/local/lib/libxerces-c1_5.so: undefined reference to
`UnixHTTPURLInputStream::UnixHTTPURLInputStream(XMLURL const &)'
collect2: ld returned 1 exit status
make: *** [/home/packages/xml-xalan/c/bin/testXSLT] Error 1
--------
It asks for libxerces-c1_5.so, though xerces-c1.5.1 is being used
(libxerces-c1_5_1.so). After I create libxerces-c1_5.so symlink, the
error occurs...

Any help would be greatly appreciated!

Best,
Dimitry


Dimitry Chernyshov wrote:
> 
> Looks like you're right... I do have those files, though the directory
> is not being scanned by default... Time to tune gcc... :)
> 
> Thanks!
> 
> Best,
> Dimitry
>

Reply via email to