in8214 - 2005-04-22

Hi Dudes!!

I am user of IT++ since last year and I have it++ version 3.7.3 installed on my desktop.
I just bought new laptop (Pentium Centrino M Processor) and installed new version (3.8.0) on Mandrake 101. I have used this configuration
./configure no-cblas no-lapack shared
It haas created libit++_s.so file in lib folder.
After generating make file using tmake module . I am getting following error initially.

INITIAL ERROR ****


/usr/bin/ld : cannot find -lqt
collect2: ld returned 1 exit status
make: *** [sui_3] Error 1


Now, I deleted -lqt option in makefile and then I run make again. This time I am getting series of undefine references. Here I am just giving you one of them.

ERROR **


/home/it++3.8.0/lib/libit++_s.so: undefined reference to 'PdfDoc::AddType1Font(PdfType1FontDef,char const, PdfEncodingDef)'
and so on.....................................
collect2: ld returned 1 exit status
make:
**[sui_3] Error 1


I would appreciate if you please give me some idea how get through this problem .

Regards

in8214