This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: depcomp problem [Fwd: Trying to compile latest CVS on old SCO unixware 2]
- To: Stephen Cameron <smcameron at yahoo dot com>
- Subject: Re: depcomp problem [Fwd: Trying to compile latest CVS on old SCO unixware 2]
- From: Tom Tromey <tromey at redhat dot com>
- Date: 15 Jun 2001 11:53:36 -0600
- Cc: automake at gnu dot org, bug-cvs at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <20010615134823.95144.qmail@web12305.mail.yahoo.com>
- Reply-To: tromey at redhat dot com
>>>>> "Stephen" == Stephen Cameron <smcameron@yahoo.com> writes:
Tom> I want to know if this happens because argmatch.o already exists,
Tom> or if it is because the SCO `cc' doesn't like `-c' and `-o'
Tom> together.
Stephen> It appears to be the latter:
We should already have the mechanisms we need to handle this. I think
no further changes to automake should be necessary to support this.
Try putting `AM_PROG_CC_C_O' into configure.in.
This isn't documented yet. I added a note to my to-do list for the
manual to document it.
Tom