After doing ./configure
I type make
and get the following error:
for f in common linalg image vision; do (cd $f; make);
done
make[1]: Entering directory
`/cygdrive/h/gandalf/common'
libtool gcc -I../.. -g -O2 -Wall -c misc_defs.c -o
misc_defs_db.o
libtool: invalid number of arguments
Try `libtool --help' for more information.
make[1]: *** [misc_defs_db.lo] Error 1
make[1]: Leaving directory `/cygdrive/h/gandalf/common'
make[1]: Entering directory `/cygdrive/h/gandalf/linalg'
libtool gcc -I../.. -g -O2 -Wall -c mat_gen.c -o
mat_gen_db.o
libtool: invalid number of arguments
Try `libtool --help' for more information.
make[1]: *** [mat_gen_db.lo] Error 1
make[1]: Leaving directory `/cygdrive/h/gandalf/linalg'
make[1]: Entering directory `/cygdrive/h/gandalf/image'
libtool gcc -I../.. -g -O2 -Wall -c pixel.c -o pixel_db.o
libtool: invalid number of arguments
Try `libtool --help' for more information.
make[1]: *** [pixel_db.lo] Error 1
make[1]: Leaving directory `/cygdrive/h/gandalf/image'
make[1]: Entering directory `/cygdrive/h/gandalf/vision'
libtool gcc -I../.. -g -O2 -Wall -c camera.c -o
camera_db.o
libtool: invalid number of arguments
Try `libtool --help' for more information.
make[1]: *** [camera_db.lo] Error 1
make[1]: Leaving directory `/cygdrive/h/gandalf/vision'
make: *** [gandalf] Error 2
I am using GNU ibtool v1.4e
THanks,
Alexis
(ahrivera at yahoo.com)
Logged In: YES
user_id=363935
Alexis,
sorry for not replying this problem earlier.
I don't have a Cygwin system here so I can't test the
compilation. Could you try this though:
1 cd to gandalf/image
2 Type "libtool gcc -I../.. -g -O2 -Wall -c pixel.c -o
pixel_db.o" and press enter.
3 Assuming you get the same error as before, try to see what
part of the argument list is causing it to fail. On my Linux
system the above command runs OK (also libtool version 1.4)
Maybe you will be abl to find an alternative syntax for the
libtool command that works with the Cygwin libtool, because
the two programs don't seem to be operating in exactly the
same way.
Phil
Logged In: YES
user_id=363935
Alexis,
sorry for not replying this problem earlier.
I don't have a Cygwin system here so I can't test the
compilation. Could you try this though:
1 cd to gandalf/image
2 Type "libtool gcc -I../.. -g -O2 -Wall -c pixel.c -o
pixel_db.o" and press enter.
3 Assuming you get the same error as before, try to see what
part of the argument list is causing it to fail. On my Linux
system the above command runs OK (also libtool version 1.4)
Maybe you will be abl to find an alternative syntax for the
libtool command that works with the Cygwin libtool, because
the two programs don't seem to be operating in exactly the
same way.
Phil