HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Compile httrack-3.33.15 on Solaris 10 x86
Author: Xavier Roche
Date: 04/23/2005 11:26
 
> 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
 
Reply Create subthread


All articles

Subject Author Date
Compile httrack-3.33.15 on Solaris 10 x86

04/16/2005 04:04
Re: Compile httrack-3.33.15 on Solaris 10 x86

04/16/2005 08:14
Re: Compile httrack-3.33.15 on Solaris 10 x86

04/16/2005 16:56
Re: Compile httrack-3.33.15 on Solaris 10 x86

04/23/2005 11:26




5

Created with FORUM 2.0.11