Ed Sweetman | 6 Apr 21:31
Favicon

Re: make issue on Zinf, suse 8.1 with Gcc 3.2

did you use ./autogen.sh to build the autoconf files in zinf?

i imagine ./configure would have died if you didn't have libtool 
installed.

Matt wrote:
> Hi
> 
> if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> -I../../config  -D_REENTRANT -I../../base/include
> -I../../base/unix/include -I../../lib/utf8 -I../../ui/include
> -I../../lmc/include -I../../io/include -I../../lib/utf8/include   -Wall
> -Wmissing-prototypes -O -MT charset.lo -MD -MP -MF ".deps/charset.Tpo" \
>   -c -o charset.lo `test -f 'charset.c' || echo './'`charset.c; \
> then mv ".deps/charset.Tpo" ".deps/charset.Plo"; \
> else rm -f ".deps/charset.Tpo"; exit 1; \	
> fi
> ../../libtool: ../../libtool: No such file or directory
> make[2]: *** [charset.lo] Error 1
> make[2]: Leaving directory `/home/matthew/Source/Zinf/zinf/lib/utf8'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/matthew/Source/Zinf/zinf/lib'
> make: *** [all-recursive] Error 1
> 
> Already tried --/bindir/usr/bin/
> 
> Anything I can try...libtool is certainly installed, looks like Zinf
> cannot find it.
> 
> This is from a CVS build. Oh does this support EMP from eMusic?
(Continue reading)

Matt | 6 Apr 21:35

Re: make issue on Zinf, suse 8.1 with Gcc 3.2

Oh yes indeed :). Worked pretty well...

Then boom...:(.

Libtool works as I am building FlightGear too and did Mesa 5.01 although
that last one is a pita.

Anything else to try?

Matt
PS Thanks for all your time and efforts!

On Sun, 2003-04-06 at 12:31, Ed Sweetman wrote:
> did you use ./autogen.sh to build the autoconf files in zinf?
> 
> i imagine ./configure would have died if you didn't have libtool 
> installed.
> 
> Matt wrote:
> > Hi
> > 
> > if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> > -I../../config  -D_REENTRANT -I../../base/include
> > -I../../base/unix/include -I../../lib/utf8 -I../../ui/include
> > -I../../lmc/include -I../../io/include -I../../lib/utf8/include   -Wall
> > -Wmissing-prototypes -O -MT charset.lo -MD -MP -MF ".deps/charset.Tpo" \
> >   -c -o charset.lo `test -f 'charset.c' || echo './'`charset.c; \
> > then mv ".deps/charset.Tpo" ".deps/charset.Plo"; \
> > else rm -f ".deps/charset.Tpo"; exit 1; \	
> > fi
(Continue reading)

Ed Sweetman | 6 Apr 21:52
Favicon

Re: make issue on Zinf, suse 8.1 with Gcc 3.2


if this isn't the first thing attempted to be compiled when you run 
make, then this could be a problem with files missing that libtool wants 
instead of libtool itself missing. I take it you have a libtool binary 
in /home/matthew/Source/Zinf/zinf/  right?   You should if your 
./autogen.sh and configure script worked correctly.
give me the directory contents of the lib/utf8 directory.

Matt wrote:
> Oh yes indeed :). Worked pretty well...
> 
> Then boom...:(.
> 
> Libtool works as I am building FlightGear too and did Mesa 5.01 although
> that last one is a pita.
> 
> Anything else to try?
> 
> Matt
> PS Thanks for all your time and efforts!
> 
> On Sun, 2003-04-06 at 12:31, Ed Sweetman wrote:
> 
>>did you use ./autogen.sh to build the autoconf files in zinf?
>>
>>i imagine ./configure would have died if you didn't have libtool 
>>installed.
>>
>>Matt wrote:
>>
(Continue reading)

Matt | 6 Apr 22:04

Re: make issue on Zinf, suse 8.1 with Gcc 3.2

Thought I'd start over real quick:

>From the start, ./autogen.sh 

Adding libtools.
Creating scripts/libchecks.m4
Building macros.
Building config header.
Building makefiles.
configure.ac: installing `config/install-sh'
configure.ac: installing `config/mkinstalldirs'
configure.ac: installing `config/missing'
configure.ac:57: installing `config/config.guess'
configure.ac:57: installing `config/config.sub'
configure.ac:78: required file `config/ltmain.sh' not found
base/Makefile.am: installing `config/depcomp'

Directory contents of lib/utf8:

ls -l
total 96
drwxr-xr-x    2 matthew  users         104 Apr  6 12:59 CVS
-rw-r--r--    1 matthew  users       14621 Apr  6 13:03 Makefile
-rw-r--r--    1 matthew  users         254 Mar 17 11:24 Makefile.am
-rw-r--r--    1 matthew  users       15048 Apr  6 13:03 Makefile.in
-rw-r--r--    1 matthew  users        2559 Dec 31 15:27 charmaps.h
-rw-r--r--    1 matthew  users       11255 Dec 31 15:27 charset.c
-rwxr-xr-x    1 matthew  users        2765 Dec 31 15:27 charset.h
-rw-r--r--    1 matthew  users        9076 Dec 31 15:27 charset_test.c
-rw-r--r--    1 matthew  users        4059 Dec 31 15:27 charsetmap.h
(Continue reading)

Ed Sweetman | 6 Apr 22:55
Favicon

Re: make issue on Zinf, suse 8.1 with Gcc 3.2

Matt wrote:
> Thought I'd start over real quick:
> 
>>From the start, ./autogen.sh 
> 
> Adding libtools.
> Creating scripts/libchecks.m4
> Building macros.
> Building config header.
> Building makefiles.
> configure.ac: installing `config/install-sh'
> configure.ac: installing `config/mkinstalldirs'
> configure.ac: installing `config/missing'
> configure.ac:57: installing `config/config.guess'
> configure.ac:57: installing `config/config.sub'
> configure.ac:78: required file `config/ltmain.sh' not found
> base/Makefile.am: installing `config/depcomp'

is libtool in the top level directory?

> Directory contents of lib/utf8:
> 
> ls -l
> total 96
> drwxr-xr-x    2 matthew  users         104 Apr  6 12:59 CVS
> -rw-r--r--    1 matthew  users       14621 Apr  6 13:03 Makefile
> -rw-r--r--    1 matthew  users         254 Mar 17 11:24 Makefile.am
> -rw-r--r--    1 matthew  users       15048 Apr  6 13:03 Makefile.in
> -rw-r--r--    1 matthew  users        2559 Dec 31 15:27 charmaps.h
> -rw-r--r--    1 matthew  users       11255 Dec 31 15:27 charset.c
(Continue reading)

Matt | 7 Apr 03:19

Re: make issue on Zinf, suse 8.1 with Gcc 3.2

On Sun, 2003-04-06 at 13:55, Ed Sweetman wrote:
> Matt wrote:
> > Thought I'd start over real quick:
> > 
> >>From the start, ./autogen.sh 
> > 
> > Adding libtools.
> > Creating scripts/libchecks.m4
> > Building macros.
> > Building config header.
> > Building makefiles.
> > configure.ac: installing `config/install-sh'
> > configure.ac: installing `config/mkinstalldirs'
> > configure.ac: installing `config/missing'
> > configure.ac:57: installing `config/config.guess'
> > configure.ac:57: installing `config/config.sub'
> > configure.ac:78: required file `config/ltmain.sh' not found
> > base/Makefile.am: installing `config/depcomp'
> 
> is libtool in the top level directory?
> 
> > Directory contents of lib/utf8:
> > 
> > ls -l
> > total 96
> > drwxr-xr-x    2 matthew  users         104 Apr  6 12:59 CVS
> > -rw-r--r--    1 matthew  users       14621 Apr  6 13:03 Makefile
> > -rw-r--r--    1 matthew  users         254 Mar 17 11:24 Makefile.am
> > -rw-r--r--    1 matthew  users       15048 Apr  6 13:03 Makefile.in
> > -rw-r--r--    1 matthew  users        2559 Dec 31 15:27 charmaps.h
(Continue reading)


Gmane