On Dec 12, 2007 1:18 PM, Ralph Shumaker <[EMAIL PROTECTED]> wrote:
>
> Andrew Lentvorski wrote:
> > Ralph Shumaker wrote:
> >
> >> I had problems going the cpan2rpm path, but this worked fine.  But
> >> now I have a new problem.  I don't know how much I should include, so
> >> I will include the whole output.  But my untrained eyes don't find
> >> any problems until the end.
> >
> > Welcome to configure hell.  Now you understand those of us who hate it.
> >
> >> # ./configure
> >> checking for xgettext... /usr/bin/xgettext
> >
> > Wonder of wonders.  It found your gettext.
> >
> >> checking for g++... no
> >
> > Odd.
> >
> >> checking for pkg-config... /usr/bin/pkg-config
> >> checking pkg-config is at least version 0.18... yes
> >> checking libgoffice-0.5... not found
> >> checking for GTK... configure: error: Package requirements (
> >>        libglade-2.0            >= 2.3.6
> >>        gtk+-2.0                >= 2.10.0
> >> ) were not met:
> >>
> >> No package 'libglade-2.0' found
> >> No package 'gtk+-2.0' found
> >
> > Version of gtk2 needs to be 2.10.0 or greater.  Even though your RPM
> > output doesn't indicate that, it's likely to be the case.
> >
> > You need to check the file config.log to see exactly what is bombing
> > and why.  Also, you need to play with pkg-config and see what *it*
> > thinks is installed as opposed to what RPM thinks is installed.
> >
> > We hates configure.
> >
> > -a
> >
> >
>
> I can see why.  I don't know much about what I see in config.log, but it
> does seem to keep trying to use g++ even though it knows that it's not
> there.  I don't know how to get g++ but here's the contents of the log file:
> # cat ./config.log
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by gnumeric configure 1.7.91, which was
> generated by GNU Autoconf 2.61.  Invocation command line was
>
>   $ ./configure
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##

Major amount snipped out here.

> configure: exit 1
>

If the goal is to install gnumeric, what's wrong with

$ sudo yum install gnumeric

I did this on Fedora Core 3, so it probably is available for you.

If the goal is to learn how to compile programs, start with something
less complicated.

    carl
-- 
    carl lowenstein         marine physical lab     u.c. san diego
                                                 [EMAIL PROTECTED]


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to