Re: Disabling linking

2002-10-07 Thread Tom Tromey
Stephen == Stephen Torri [EMAIL PROTECTED] writes: Stephen In part of a project we generate code from an IDL Stephen compiler. All we want to do is ensure that the files compile Stephen but we do not want to link everything together to create an Stephen executable. Is it possible to stop

Re: Disabling linking

2002-10-07 Thread Stephen Torri
On Mon, 2002-10-07 at 21:11, Tom Tromey wrote: Stephen == Stephen Torri [EMAIL PROTECTED] writes: Stephen In part of a project we generate code from an IDL Stephen compiler. All we want to do is ensure that the files compile Stephen but we do not want to link everything together to create

Disabling linking

2002-10-03 Thread Stephen Torri
In part of a project we generate code from an IDL compiler. All we want to do is ensure that the files compile but we do not want to link everything together to create an executable. Is it possible to stop automake from invoking the linker for just one directory? Stephen