Hello all I'm trying to compile a project created by Qt 4.4.3 and Xalan-C under Windows so in my .pro file I added : LIBS += -lxalan-c -lxerces-c and I've downloaded the binaries for windows (Xalan-C_1_10_0-win32-msvc_60.zip and xerces-c_2_7_0-windows_2000-msvc_60.zip) so when I try to make my project I get this error :
mingw32-make -f Makefile.Debug mingw32-make[1]: Entering directory `F:/CabMed' g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\CabMed.exe object_script.CabMed.Debug -L"c:\Qt\4.4.3\lib" -lmingw32 -lqtmaind -lxalan-c -lxerces-c -LC:\libqxt /lib -lQxtGuid -lQxtCored -lQtWebKitd4 -lQtSqld4 -lQtXmld4 -lQtGuid4 -lQtCored4 C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lxalan-c collect2: ld returned 1 exit status mingw32-make[1]: *** [debug\CabMed.exe] Error 1 mingw32-make[1]: Leaving directory `F:/CabMed' mingw32-make: *** [debug] Error 2 how ever I put the libs of xalan and xerces in c:\Qt\4.4.3\lib and c:\mingw\lib and the include directories of xalan and xerces in c:\Qt\4.4.3\include and c:\mingw\include and the dll in c:\Qt\4.4.3\bin and c:\mingw\bin so any help please to solve that problem ? thanx a lot -- View this message in context: http://www.nabble.com/Xalan-and-Mingw-error-%3A-ld.exe%3A-cannot-find--lxalan-c-tp20999046p20999046.html Sent from the Xalan - C - Users mailing list archive at Nabble.com.