Hi
I've created a automake/autoconf setup for my project, however I can't get it to
link.
My project consists of multiple directories, now the only way to get this to
compile as far as I can see is to link each directory into a library, then link
all the libraries at the end with my main functio
I assume this got overlooked? Or maybe I missed any reply...
Any suggestions as to what I'm doing wrong?
Rob
- Original Message -
From: "Robert Collins" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 8:04 PM
Subject: 2nd possibly silly question: XTRA_foo_SOURC
- Original Message -
From: "Lars J. Aas" <[EMAIL PROTECTED]>
To: "Robert Collins" <[EMAIL PROTECTED]>
Sent: Saturday, March 31, 2001 11:10 PM
Subject: Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES
> On Sat, Mar 31, 2001 at 09:20:14PM +1000, Robert Collins wrote:
> : I assume this
Robert,
Try re-arranging your configure.ac/Makefile.am to use @LIBOBJS@ (in LDADD or
LIBADD).
Cheers,
edward
- Original Message -
From: "Robert Collins" <[EMAIL PROTECTED]>
To: "Lars J. Aas" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, March 31, 2001 9:19 AM
Subject: Re: Fw:
On Tue, Feb 13, 2001 at 12:19:17AM -0700, Tom Tromey wrote:
> I just released Automake 1.4d, the latest prerelease leading up to
> 1.5. Find it here:
>
> ftp://sources.redhat.com/pub/automake/automake-1.4d.tar.gz
>
> This release is mostly bug fixes. There are some minor known bugs and
> s
- Original Message -
From: "edward" <[EMAIL PROTECTED]>
To: "Robert Collins" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, April 01, 2001 2:44 AM
Subject: Re: Fw: 2nd possibly silly question: XTRA_foo_SOURCES
> Robert,
>
> Try re-arranging your configure.ac/Makefile.am to us
On Friday 30 March 2001 2:34 am, edward wrote:
> hey gary.
Hi edward!
> in the meantime, i finally finished the postinstall_cmds and
> postuninstall_cmds (for modules as well as libs). what a disgusting thing
> that is.
Great, thanks!
> can anyone think of a cleaner way?
I think I can factor