> Because this was a common problem, > the compiler does support command/response files. You might > be able to use that if your compiler (gcc?) supports it. Just > dump all the .o's (VCS_OBS) into a temp file and feed it to > the compiler if possible. > In my case: > @(ECHO) $(ALL_OBJS) > resp_file > $(CC) @resp_file
I meant 'linker' and $(LD), but that might be the same executable in your case. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
