RE: [Q] How to override link flags?
From: Michael (mtp_at_mazamasoftware.com)
Date: 09/11/04
- Next message: Peter Schmitz: "Adding to linked list"
- Previous message: Michael: "[Q] How to override link flags?"
- In reply to: Michael: "[Q] How to override link flags?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 11 Sep 2004 12:33:01 -0700
Still no joy! I've discovered that through the use of appropriate values of
LINKER_NOREF and USE_INCREMENTAL_LINKING I am able to get the linker to use
/OPT:NOREF. However, now the the link error is:
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/TMP'
specification
What in the world is the '/TMP' specification?
In the build log I see this:
...
C:\local\sde\lib\winddk\3790\lib\wnet\i386\kernel32.lib
..\lib\objchk_wnet_x86\i386\number_test.lib
C:\local\sde\lib\winddk\3790\3rdparty\x86\windows\stlport\4.6.2\lib\stlport_vc71.lib
C:\local\sde\projects\cppunit-1.10.2\lib\cppunitd.lib
C:\local\sde\lib\winddk\3790\lib\wnet\i386\Ws2_32.lib
/Tmp
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/TMP'
specification
So, where does the /Tmp specification come from? Is it a file spec? Is it a
linker switch? What gives here?
Michael
- Next message: Peter Schmitz: "Adding to linked list"
- Previous message: Michael: "[Q] How to override link flags?"
- In reply to: Michael: "[Q] How to override link flags?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|