.deb distribution/setup/maintenance

2002-01-04 Thread Tim Heath
it is there and broadcast that to the opensource community at large that they can get access to automatic updates from that server? I love debian linux and dselect/apt-get has been ported to cygwin if I am not mistaken. I am eager to use it in an intelligent way. Thanks, Tim Heath

libtool problem with linking .a's

2001-02-09 Thread Tim Heath
sh.sl INCLUDES = -I@top_srcdir@/include -I@top_srcdir@/../include -I@top_srcdir@/src/i nclude -I/opt/oracle/talon/product/8.1.6/precomp/public Does anyone know how to fix this? Thanks, Tim Heath

Re: AM_PROG_LIBTOOL / AC_PROG_LIBTOOL

2001-02-09 Thread Tim Heath
0 ${1+"$@"}' if 0; Is it pointing to the right directory? Check the other tools to make sure their exec paths are correct. Tim Heath Jeremy Slade wrote: > > Tim Heath writes: > > I ran into this problem last night when installing on RH 7.0. It turned > > out

Dependency Help

2000-11-28 Thread Tim Heath
? When I touch a .C that should cause other .o's to be regenerated it is not occurring. It does not attempt to recompile at all when I touch .h's. How can I fix this please? Thanks, Tim Heath

Can't CVS checkout behind my firewall

2000-11-28 Thread Tim Heath
ocess needs and need the dependency component that is offered. Thanks, Tim Heath

Wanting to checkout cvs automake

2000-11-22 Thread Tim Heath
. ms 64 bytes from : icmp_seq=7. time=314. ms so I know it is up and running. Can anyone tell me why it won't work? I am very interested in getting the automatic dependency generation that is not specific to the gcc compiler. Thanks, Tim Heath

Re: Compiler Flags

2000-11-22 Thread Tim Heath
I put the following in my configure.in: AM_CFLAGS = -D_POSIX1C_SOURCE -D_HPUX_SOURCE -D_REENTRANT I assume this is wrong as it does not have the desired effect. Can you tell me what should be done please? Thanks, Tim Heath Tom Tromey wrote: > > >>>>> "Simon

Re: Compiler Flags

2000-11-22 Thread Tim Heath
AM_CXXFLAGS = -D_POSIX1C_SOURCE -D_HPUX_SOURCE -D_REENTRANT at the top of my Makefile.am had the desired affect I was looking for. Thanks, Tim Heath P.S. If you know of a better way please feel free to share it with me. I am interested in how to do and if/then to use this only if I am

Compiler Flags

2000-11-17 Thread Tim Heath
How do I add compiler flags? What AM is necessary to accomplish that? Thanks, Tim Heath

aCC compiler Flags support

2000-11-16 Thread Tim Heath
I have to add to DEFS: -D_POSIX1C_SOURCE -D_HPUX_SOURCE -D_REENTRANT in my Makefile. Is there a way to automate this with an AM or something? Thanks, Tim Heath

Attempting to unit test

2000-11-16 Thread Tim Heath
I have added the following lines to a Makefile.am: check_PROGRAMS = test_program test_program_SOURCES = test.C When I execute automake -i (v1.4) the ./configure it generates the line: test_program_SOURCES = test_program.c in the Makefile. What happened to test.C? Thanks, Tim Heath

HP 11.0 acc 3.25 help with purify

2000-11-14 Thread Tim Heath
rated Makefiles to generate dependency information correctly with aCC. I would appreciate any suggestions. Thanks, Tim Heath

Automake Java

2000-08-31 Thread Tim Heath
I am interested in using automake and autoconf with java. I have not found any good examples of such projects with no additional macros. Does anyone know of one I could look at? I am also interested in one that uses JAVAP and JAVAH for jni type projects with c and c++. Thanks, Tim

Auto regeneration of Makefile.in and Makefile

2000-08-29 Thread Tim Heath
compile with my compiler and when the Makefile is regenerated it is very irritating to go back and retake it out. I also know what places to modify in all three files so I don't have rerun automake and then configure on everything. Thanks, Tim Heath P.S. I would like to avoid this proble

Is anyone using automake on HP UNIX 11.0 with aCC?

2000-08-18 Thread Tim Heath
I am attempting to compile and my executable is 1 GIG big using the standard Makefile generated by automake. Does anyone know why this is? I simply have a main.C with a return 0; Thanks, Tim Heath

Combining libraries in subdirectories into one library

2000-08-18 Thread Tim Heath
em to use in configure.in. Tim Heath

Combining subdirectories into one library

2000-08-17 Thread Tim Heath
Can someone give me an example of how to combine the object files from a deep project into one library with automake.am's? Thanks, Tim Heath

Re: [patch] DESTDIR support for cpio

2000-07-18 Thread Tim Heath
I am interested in combining libraries created in a deep project into one library instead of a bunch of little ones. How can this be accomplished? Thanks, Tim Heath Alain Magloire wrote: > > > > > [This message has also been posted.] > > This patch adds support to cpio