You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PipLib Development
Building piplib fails on Ubuntu 10.10/x86-64. configure runs fine, but
make
fails on libtool:
Making all in .
make[1]: Entering directory `/tmp/piplib-1.4.0'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -
DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -
DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"piplib\" -DVERSION=\"1.4.0\" -
DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -
DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -
DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -
DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -
DSTDC_HEADERS=1 -DSIZEOF_INT=4 -DSIZEOF_LONG_LONG_INT=8 -I. -
DLINEAR_VALUE_IS_INT -I./include -O3 -fomit-frame-pointer -malign-
double -fstrict-aliasing -ffast-math -MT libpiplib32_la-integrer.lo -
MD -MP -MF .deps/libpiplib32_la-integrer.Tpo -c -o libpiplib32_la-
integrer.lo `test -f 'source/integrer.c' || echo './'`source/
integrer.c
./libtool: line 827: X--tag=CC: command not found
./libtool: line 860: libtool: ignoring unknown tag : command not found
./libtool: line 827: X--mode=compile: command not found
[...]
Adding 'echo="echo"' in libtool (right after 'ECHO ="echo"') seems to
solve the
problem.
Let me known if you need more info and/or testing (please CC since I
do not
subscribe to this list).
-- Alain.
Sven Verdoolaege
unread,
Nov 19, 2010, 10:15:05 AM11/19/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Alain K., PipLib Development
On Thu, Nov 18, 2010 at 07:52:00AM -0800, Alain K. wrote: > Building piplib fails on Ubuntu 10.10/x86-64. configure runs fine, but > make > fails on libtool:
There does appear to be a problem with the libtool version in the piplib-1.4.0 distribution. Running autogen.sh appears to fix the problem.
<shameless plug> Or, you could use isl instead.... </shameless plug>