This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
-frepo
- From: "Ilja Golshtein" <ilejn at yandex dot ru>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 12 Dec 2005 19:44:20 +0300 (MSK)
- Subject: -frepo
- Reply-to: ilejn at yandex dot ru
Hello list!
1. I use gcc not g++ to link my executables. Investigating
what happens behind the scene, I see collect's command line
is pretty much the same for g++ ang gcc.
The difference ig gcc does not use repo files.
What is the trick?
2. My executable depends on files in several directories.
Full path is specified for each .o file.
Should I do anything special to specify repo files search path?
3. Does it make sence (e.g. from compilation speed and executable
size) to use -frepo? gcc 4.0.2 suggests it does ...
Many thanks.
--
Best regards
Ilja Golshtein