bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] error building latest src


From: Michael Petch
Subject: Re: [Bug-gnubg] error building latest src
Date: Fri, 16 Jan 2009 14:27:00 -0700
User-agent: Microsoft-Entourage/11.4.0.080122

On 1/16/09 2:10 PM, "w bugar" <address@hidden> wrote:

> OK, I"ll give your new version a try.
> FYI
> 1. an rpm install of gnuplot complained of 13 dependencies
>    (using fedora 10)
> 2. got the following errors in make of the latest snapshot:
>    (using the latest libtool from www.gnu.org/software/libtool)
> 

1)  Were you installing gnuplot-4.2.3-1.fc10.i386.rpm ? If there are
dependencies you will have to install all of the packages that gnuplot needs
as well. If you try my src.rpm it should work without needing gnuplot. If
you can try mine, let me know the results.

2) When you tried to make the latest snapshot did you go into the gnubg
directory and run this command first:

./autogen.sh

This is important before building gnu from sources from the snapshots (for
the first time). The process on snapshot should be something like:

./autogen.sh
./configure
make
make install

The multithreaded version can be built with this:

./autogen.sh
./configure --enable-threads
make
make install

Mike








reply via email to

[Prev in Thread] Current Thread [Next in Thread]