Index: [thread] [date] [subject] [author]
  From: Otto Solares <solca@fisicc-ufm.edu>
  To  : ggi-develop@eskimo.com
  Date: Mon, 26 Apr 1999 11:43:27 -0600

Re: GGI & GII

Timothy MacDonald wrote:

> I saw this exact same problem, and I did compile and install libgii. I
> chose to ignore it and the make worked fine.
>
> -Tim MacDonald
>    tmacdonald@lgc.com
>
> Evan Martin wrote:
>
> > Otto Solares wrote:
> > >
> > > Hi!
> > >
> > > I download the 990424 snapshot and i need it
> > > to install ggi & gii in /usr/local/ggi so i make
> > > in libgii a ./configure --prefix=/usr/local/ggi
> > > all ok, installed ok, then in libggi a
> > > ./configure --prefix=/usr/local/ggi --with-
> > > gii=/usr/local/ggi but it gives me:
> > > configure: warning:
> > > LibGII is not properly installed on the system. You need LibGII for
> > > building LibGGI. Please compile LibGII first.
> > >
> > > Is possible? What is wrong?
> > >
> > > Thank you,
> > > Otto Solares
> >
> > Did you actually compile and install LibGII?
> > ie, 'make' followed by 'make install'?
> > If that's the problem, please read INSTALL.autoconf in the libgii
> > dir.
> > Sorry if this isn't the cause of your problem!
> >
> > --
> > Evan Martin - txs@concentric.net - http://e.x0r.ml.org

Yes, GII is installed properly in /usr/local/ggi but the
--with-gii option in GGI doesn't work, no problem when i use
./configure without --prefix but i need it in /usr/local/ggi

Index: [thread] [date] [subject] [author]