Re: Automake with Pro*C

2008-08-30 Thread Ralf Wildenhues
Hello Sebastien, please do not top-post, thank you. * Sebastien REYNES wrote on Fri, Aug 29, 2008 at 09:37:43AM CEST: > > lib_LIBRARIES = libcompc.a > libcompc_a_SOURCES = ate_u0002.pc ate_u0008.pc ate_u0009.pc ate_u0100.pc > INCLUDES = -I$(ORACLE_HOME)/precomp/public -I/usr/include FWIW, I wou

Re: Cross-compile tar-1.13

2008-08-30 Thread Ralf Wildenhues
Hello Steven, * Steven Woody wrote on Sat, Aug 30, 2008 at 05:10:06PM CEST: > > For some reasons I need to cross-compile a tar-1.13, the target is ARM > and the build host is i686-pc-linux-gnu. The tar-1.13's source come > with a configure, that seems generated from a very old version of > autom

Re: how to install data directories

2008-08-30 Thread Ralf Wildenhues
Hello Matej, Remco, First off, please do not top-post, and do not full-quote the messages you reply to, unless you address each of the quoted bits. Otherwise, you will have a hard time getting useful comments on this list. Thanks. * Matej Tyc wrote on Sat, Aug 30, 2008 at 03:04:58PM CEST: > On

Cross-compile tar-1.13

2008-08-30 Thread Steven Woody
Hi, For some reasons I need to cross-compile a tar-1.13, the target is ARM and the build host is i686-pc-linux-gnu. The tar-1.13's source come with a configure, that seems generated from a very old version of automake. For recent automake version, I have success experience to do cross-compiling,

Re: how to install data directories

2008-08-30 Thread Matej Tyc
Thank you for your reply, I guess that it does the job concerning instalation, but in this world, nothing is usually perfect :-): 1. What about `make uninstall`? Will the files be removed if they were installed in that way? 2. This requires the user to write shell scripts in Makefile.am, which is,