GCC output to a directory
Eddie Diener
eddielee@tropicsoft.com
Fri Apr 2 01:51:00 GMT 2004
Did I miss it in the GCC or is there really no way to specify that the
output go to a specific directory ? I can see where one can direct the
output to a specific name, via the -o option, which allows one to specify a
full path specification, but I don't see where one can just specify the
output directory without having to specify the full output name. The latter
would be useful in scripts and batch files where separating a filename from
the full path specification is not that easy, while providing an output
directory and letting GCC automatically put the appropriately named output
files there is a good deal simpler.
More information about the Gcc-help
mailing list