This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Not to link specific library
- From: "Peter Skvarka" <ps at softinengines dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Thu, 27 Sep 2007 19:35:32 +0200
- Subject: Not to link specific library
- Reply-to: <ps at softinengines dot com>
Does exist linker switch which prohibits linking of one specific library ?
I found -nodefaultlibs but it is valid for all default libraries.
I' d like to prohibit linking only with one specific library.
Is this possible ?
Thanks,
Peter