amersons / leptonica

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

doesn't build on Ubuntu #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. tar xvf leptonlib-1.67.tar
2. cd leptonlib-1.67
3. ./configure && make && make install

What is the expected output? What do you see instead?

[...]
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -no-undefined  -o 
xtractprotos xtractprotos.o liblept.la 
libtool: link: gcc -g -O2 -o .libs/xtractprotos xtractprotos.o  
./.libs/liblept.so -Wl,-rpath -Wl,/local/uplib/lib
./.libs/liblept.so: undefined reference to `sincos'
./.libs/liblept.so: undefined reference to `sqrt'
./.libs/liblept.so: undefined reference to `ceil'
./.libs/liblept.so: undefined reference to `tan'
./.libs/liblept.so: undefined reference to `powf'
./.libs/liblept.so: undefined reference to `sqrtf'
./.libs/liblept.so: undefined reference to `expf'
./.libs/liblept.so: undefined reference to `log'
./.libs/liblept.so: undefined reference to `sincosf'
./.libs/liblept.so: undefined reference to `atan'
./.libs/liblept.so: undefined reference to `logf'
./.libs/liblept.so: undefined reference to `floorf'
./.libs/liblept.so: undefined reference to `sin'
./.libs/liblept.so: undefined reference to `tanf'
./.libs/liblept.so: undefined reference to `atan2'
collect2: ld returned 1 exit status
make[1]: *** [xtractprotos] Error 1
make[1]: Leaving directory `/tmp/leptonlib-1.67/src'
make: *** [install-recursive] Error 1
%

What version of the product are you using? 1.67

On what operating system?  Ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by Bill.Jan...@gmail.com on 26 Jan 2011 at 5:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
fixed in 1.68.

If there are still problems, please file another bug

Original comment by dan.bloo...@gmail.com on 16 Mar 2011 at 12:08