Sry I meant the linker option for optimization.....
On 10/1/2010 12:00 PM, balaji pattabhiraman wrote:
>From Visual Studio 2008, /OPT:WIN98 and /OPT:NOWIN98 were deprecated,
and now we removed these two options from Visual Studio 2010. You need
them out of the compiler option in the first place if ur in 2010
On 10/1/2010 11:34 AM, Shedi Shedi wrote:
Hello everyone,
When compiling 4.5.1 using Visual Studio 2010 i'm getting the following error:
C:\aolserver-4.5.1>nmake install
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
c:\AOLServer\bin\tclsh85t.exe .\util\nsmakeall.tcl install nsthread nsd
nstclsh
make install: nsthread
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
link.exe /NOLOGO /SUBSYSTEM:CONSOLE /OPT:NOREF /OPT:NOWIN98 /OPT:NOICF /
DLL /OUT:nsthread.dll /IMPLIB:nsthread.lib error.o master.o memory.o mutex.o csl
ock.o rwlock.o reentrant.o sema.o thread.o tls.o compat.o time.o winthread.o c
:\AOLServer\lib\tcl85t.lib advapi32.lib ws2_32.lib
LINK : fatal error LNK1117: syntax error in option 'OPT:NOWIN98'
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 10.0\VC\BI
N\link.exe"' : return code '0x45d'
Stop.
NMAKE : fatal error U1077: 'c:\AOLServer\bin\tclsh85t.exe' : return code '0x1'
Stop.
Any ideas how to go about fixing this?
Regards,
she...@gmail.com
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <lists...@listserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
--
Balaji Pattabhiraman | Senior Software Engineer
Phone: +918041837029 | Mobile: +919740200778
Oracle PeopleTools
ORACLE India
Oracle is committed to developing practices and products that
help protect the environment
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <lists...@listserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
--
Balaji Pattabhiraman | Senior Software Engineer
Phone: +918041837029 | Mobile: +919740200778
Oracle PeopleTools
ORACLE India
Oracle is committed to developing practices and products that
help protect the environment
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <lists...@listserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
|