jacklicn / leptonica

Automatically exported from code.google.com/p/leptonica
0 stars 0 forks source link

unable to make #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure
2. make
3.

What is the expected output? What do you see instead?
that it would take me to the next install step

What version of the product are you using? On what operating system?
1.68

Please provide any additional information below.
src/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:3:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/Makefile.am:3:   to `configure.ac' and run `aclocal' and `autoconf' again.
src/Makefile.am:3:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/Makefile.am:3:   its definition is in aclocal's search path.
make: *** [Makefile.in] Error 1

I have libtool, i just dont know its placement...

Original issue reported on code.google.com by Surhum...@gmail.com on 17 Apr 2012 at 9:08

GoogleCodeExporter commented 9 years ago
Please give me more information.

What OS are you using?

Did you run ./configure, and if so, what happened?

You shouldn't be using libtool.  That was used
to build configure for you, so you can run it to
generate the Makefiles.

Original comment by dan.bloo...@gmail.com on 17 Apr 2012 at 4:11

GoogleCodeExporter commented 9 years ago
Sorry deleted all and it worked, no idea what went wrong, think it was 
something with going back and fourth between manual and auto :)

Original comment by Surhum...@gmail.com on 17 Apr 2012 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by dan.bloo...@gmail.com on 17 Apr 2012 at 6:39