Subject: Re: GNU config.guess and netbsd{aout,elf,}
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Simon Burge <simonb@netbsd.org>
List: tech-toolchain
Date: 11/22/1999 19:24:51
Jonathan Stone wrote:

> For dynanic tests -- what does libtool do?  Safest is to link a
> hello-world program and use file to test if it's ELF.
> (ELF programs  will include "ELF" in file(1) output

Or check for the __ELF__ define in the C preprocessor...

Simon.