------- Comment #6 from rguenth at gcc dot gnu dot org 2010-09-22 19:57 ------- (In reply to comment #5) > See the code in collect_execute: > if (HAVE_GNU_LD && at_file_supplied && argv[0] != NULL) > { > /* If using @file arguments, create a temporary file and put the > contents of argv into it. Then change argv to an array corresponding > to a single argument @FILE, where FILE is the temporary filename. */ > > > So maybe HAVE_GNU_LD is not true when it should be.
Or collect2 is not invoked with a response file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45749