|   | > I have not been able to make httrack on my Solaris 10
> system, it fails with the message
> /bin/bash ../libtool --mode=link gcc  -g -O2   -
L/usr/lib -o
> httrack  httrack.o -lpthread -lhttrack -lz
> gcc -g -O2 -o httrack httrack.o  -L/usr/lib -lpthread
> -lhttrack -lz
> ld: fatal: library -lhttrack: not found
Damn it. Again some libtool madness :(
> Does it work on Solaris 10 x86 amd64 systems
Yes, perfectly.. but the build process is a bit complicated.
Can you try to install up-to-date gcc, libtool, automake, 
autoconf and so on ?
I use for 'emegency cases' this commandline:
libtoolize --copy --force \
        && aclocal -I /temp/httrack-*/m4 \
        && automake --add-missing --copy --force-missing \
        && autoheader \
        && autoconf \
        && echo "success"
I use:
- libtoil 1.4.2a
- automake 1.7
- autoconf 2.59
But more recent release may solve your problems
 |   |