Compile problem RedHat 8.0

Tim Wunder tim@thewunders.org
Sat, 12 Oct 2002 07:39:22 -0400


On Friday 11 October 2002 23:00, David Hampton wrote:
> On Fri, 2002-10-11 at 19:43, Tim Wunder wrote:
> > Any ideas?
> > Do I need libguile?
> >
> > 'rpm -qa|grep guile' yields:
> > guile-1.4-8
>
> You need guile-devel too.
>

Thanks.
It appears that RedHat's installer doesn't list guile-devel, although the RPM 
is on the 3rd installation CD.
I then needed to manually install libghttp-devel in order to get autogen.sh to 
work (see, I can do *some* things on my own).

Starting 'make' now.

BTW, should I care about this error message
<quote>
patching file po/Makefile.in.in
Hunk #1 FAILED at 34.
Hunk #2 FAILED at 86.
Hunk #3 FAILED at 171.
3 out of 3 hunks FAILED -- saving rejects to file po/Makefile.in.in.rej
</quote>

Regards, 
Tim