RE: [Q] How to override link flags?

From: Michael (mtp_at_mazamasoftware.com)
Date: 09/11/04


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



Relevant Pages

  • CORRECT SOLUTION: X11 lib links
    ... On Mon, 2005-02-28 at 13:02 +0000, michael wrote: ... >> about ifort and what options it passes to the linker). ... > Aha - for some reason the setup was ...
    (Debian-User)
  • Re: xlf90 8.1 on Mac OS X bug?
    ... time using the module file, it doesn't tell the linker that the module's object file should be pulled in. ... xlf90 test.o libsms.a ... only pull in symbols it knows about...and it doesn't know about this one. ... specify it as such in the link command, or you use a linker switch that ...
    (comp.lang.fortran)