Angst,
Thanks for the pointer for the location of Perl 5.8.0.
As tmake requires perl to be under /usr/bin, the following step help check dev-img-1.5 installaion and acitvate symbolic linkage for perl :
- To check the installation by typing "which make", it should show "/mnt/card/.zgcc/bin/make" for my case
- To activate symbolic linkage for perl:
ln -s /mnt/card/perl/perl5.8.0/bin/perl /usr/bin/perl
The following has been tested with the t1 tutorial from qt.
- Type "tmake t1.pro > Makefile"
- Type "make" to compile and link the program and the resultant file is t1
- Type "./t1" to activate your qt application.
Voila!!!!