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.