I *think* this is one of the problems encountered when building with the newest versions of the autotools. If you run automake -a, I think automake will create it. You'll be running into more problems, however. If so, put AC_PREREQ(2.13) into configure.in - maybe just after AC_INIT - and try it again. That ought to cause it to use the older versions.
I'm hoping these problems will go away with David's changes. Breaking
backward compatibility sucks.
Greg
Kyung-Won Chun
<[EMAIL PROTECTED]> To:
[email protected]
Sent by: cc:
[EMAIL PROTECTED] Subject: [opendx-users] I
cann't compile cvs version.
son.ibm.com
08/05/2002 01:14 AM
Please respond to
opendx-users
I failed to compile cvs version with following message.
make[4]: µé¾î°¨ `/home/kwchun/Software/dx/src/exec/libdx' µð·ºÅ丮
/****************************************************************/
source='object.c' object='object.o' libtool=no \
depfile='.deps/object.Po' tmpdepfile='.deps/object.TPo' \
depmode=none /bin/sh ../../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include
-Dlinux -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include -g -O2
-I/usr/X11R6/include -D_GNU_SOURCE -c `test -f object.c || echo
'./'`object.c
../../../depcomp: ../../../depcomp: No such file or directory.
/****************************************************************/
It semms that I need depcomp file. But, I cann't find depcomp file
in any directory. Should I generage depcomp file using some program?
Then, What should I use?
Thanks.
