Klaas Gadeyne schrieb:

Hi,

while trying to install the current CVS code, I get an error in the tools
subdir

 [EMAIL PROTECTED]:/usr/src/rtnet-cvs/build-rtai-3.0-linux-2.4.24-hal10/tools#
$ make install
make[1]: Entering directory
`/usr/src/rtnet-cvs/build-rtai-3.0-linux-2.4.24-hal10/tools'
/bin/sh ../../config/autoconf/mkinstalldirs /usr/realtime/rtnet//sbin
/usr/bin/install -c rtnet /usr/realtime/rtnet//sbin
/usr/bin/install: cannot stat `rtnet': No such file or directory
make[1]: *** [install-exec-local] Error 1
make[1]: Leaving directory
`/usr/src/rtnet-cvs/build-rtai-3.0-linux-2.4.24-hal10/tools'
make: *** [install-am] Error 2

It seems this comes from this piece of code in the tools/Makefile.am
subdir:

install-exec-local:
        $(mkinstalldirs) $(DESTDIR)$(sbindir)
        $(INSTALL_SCRIPT) rtnet $(DESTDIR)$(sbindir)

The above rtnet file does not exist (and I don't see anything in the
Makefile.am how it could be build?


"rtnet" is a startup/shutdown script located in tools, there is no need to build it. However, I added those installation rules yesterday without consulting our autotools guru Marc, maybe I did something wrong. For me it works so far...


Jan


------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ RTnet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to