HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: FAQ correction: Mac compatibility
Author: Chris Kastorff
Date: 04/17/2005 10:25
 
It doesn't work on my machine (Darwin 7.8.0/Mac OS 10.3.8)
right away.

I got linker errors on 3.33 and 3.32 (have not tried other
versions), and was able to fix them on 3.32 by setting my
CFLAGS to "-g0 -O0" (that's dash gee zero dash oh zero),
neither compiled with my usual "-fast -mcpu=7450", nor did
they compile with no CFLAGS at all. The -O0 will make
httrack use a bit more cpu, but it actually compiles and links.

For the tutorial/instruction lovers:

export CFLAGS="-g0 -O0";
./configure;
make;

(and then..)
sudo make install;
httrack;
(or)
cd src;
./httrack
 
Reply Create subthread


All articles

Subject Author Date
FAQ correction: Mac compatibility

04/15/2005 10:55
Re: FAQ correction: Mac compatibility

04/17/2005 10:25
Re: FAQ correction: Mac compatibility

04/23/2005 11:46
Re: FAQ correction: Mac compatibility

04/29/2005 07:29
Re: FAQ correction: Mac compatibility

05/10/2005 01:20
Re: FAQ correction: Mac compatibility

05/11/2005 19:41
Re: FAQ correction: Mac compatibility

05/11/2005 19:43




8

Created with FORUM 2.0.11