This is probably a generic automake/pgcc problem, but it's exhibiting itself with the GIMP first, so here it is: config.guess from CVS is failing for me since it doesn't recognize my ld supported emulations. I'm using pgcc 2.95.3, and ld is: GNU ld version 2.9.5 (with BFD 2.9.5.0.24) The relevant line from ld's output output is: ld: supported emulations: elf_i386 i386linux It seems that config.guess only checks the _first_ listed emulation, so I added this to config.guess at the appropriate place to make it work: elf_i386) echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit 0 ;; Am I doing something wrong - other than using bleeding-edge pgcc and binutils that is? Can someone point me to a resource that will fix this properly? Thanks, Tom -- -- Tom Rathborne tomr@xxxxxxxxxxxx -- http://www.aceldama.com/~tomr/ -- "I seem to be having tremendous difficulty with my life-style."