From: Pankaj A. <pan...@ya...> - 2008-07-30 06:14:54
|
Hi, I am having problem in installing kdiff3 on solaris 8. I am using it on my windows desktop with no issues. The problem is related with QT. I have installed QT3 using a solaris package and that package doesn't have libqt-mt.so file. I am getting the following error becuase of it. g++ -o kdiff3 main.o diff.o difftextwindow.o kdiff3.o merger.o mergeresultwindow.o optiondialog.o pdiff.o directorymergewindow.o fileaccess.o smalldialogs.o kdiff3_shell.o kdiff3_part.o gnudiff_analyze.o gnudiff_io.o gnudiff_xmalloc.o common.o kreplacements.o ShellContextMenu.o moc_difftextwindow.o moc_mergeresultwindow.o moc_kdiff3.o moc_optiondialog.o moc_kreplacements.o moc_directorymergewindow.o moc_fileaccess.o moc_kdiff3_shell.o moc_kdiff3_part.o moc_smalldialogs.o -L/usr/lib/ -L/usr/local/qt/lib/ -L/usr/X11R6/lib/ -lqt-mt -lXext -lX11 -lm -lpthread ld: fatal: library -lqt-mt: not found ld: fatal: File processing errors. No output written to kdiff3 collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `kdiff3' Is there a way a can compile it without this module file ? Thanks, Pankaj |