incremental linker for debug compy

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

incremental linker for debug compy

Ole Peng
when doing a from scratch and full build of quantlibxl with vc8 (from the various sources and following instructions as per webpage), I had to turn off the incremental linking mechanism when doing a debug build - the build otherwise fails on the very last step.

did anybody else see that problem? I thought that this linker issue had been resolved in .net 2002 - according to my web search.

also everything is good in release build.


this messags was sent from a mobile device



      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: incremental linker for debug compy

Eric Ehlers-2
On Tue, April 15, 2008 19:03, op wrote:
> when doing a from scratch and full build of quantlibxl with vc8
> (from the various sources and following instructions as per
> webpage), I had to turn off the incremental linking mechanism
> when doing a debug build - the build otherwise fails on the
> very last step.
>
> did anybody else see that problem?

Someone else reported to me that the build of solution
QuantLibAllStatic_vc8.sln, project QuantLibXLStatic,
configuration Debug fails with error LNK1105.  He sent me a fix
which involves chopping up QuantLibXL into smaller pieces,
resulting also in a cleaner design.

I didn't know the problem could also be solved by deactivating
incremental linking, that fix is more expedient, thanks for
pointing it out.  I'll add this to the FAQ.

> I thought that this linker
> issue had been resolved in .net 2002 - according to my web
> search.

One specific cause of LNK1105 was resolved.  Unfortunately that
fix seems not to be relevant to this problem.

Regards,
Eric



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: incremental linker for debug compy

Kim Kuen Tang
In reply to this post by Ole Peng
Hi ole,

i guess that you get the error LNK1105 and you are running this on a
dual core machine. If so just shut down one corre and you are able to
build the dll.

op schrieb:

> when doing a from scratch and full build of quantlibxl with vc8 (from the various sources and following instructions as per webpage), I had to turn off the incremental linking mechanism when doing a debug build - the build otherwise fails on the very last step.
>
> did anybody else see that problem? I thought that this linker issue had been resolved in .net 2002 - according to my web search.
>
> also everything is good in release build.
>
>
> this messags was sent from a mobile device
>
>
>
>       ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> QuantLib-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>
>  


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: incremental linker for debug compy

Ole Peng
In reply to this post by Ole Peng
hallo kim,

yes I got that error on a macbook pro. OK, thanks for the advice. I read this
somewhere, but it seemed weird to me that vc8 can't deal with this.

schoene gruesse, ole

----- Original Message ----
From: Kim Kuen Tang <[hidden email]>
To: [hidden email]
Sent: Wednesday, April 16, 2008 3:41:09 PM
Subject: Re: [Quantlib-users] incremental linker for debug compy

Hi ole,

i guess that you get the error LNK1105 and you are running this on a
dual core machine. If so just shut down one corre and you are able to
build the dll.

op schrieb:

> when doing a from scratch and full build of quantlibxl with vc8 (from the various sources and following instructions as per webpage), I had to turn off the incremental linking mechanism when doing a debug build - the build otherwise fails on the very last step.
>
> did anybody else see that problem? I thought that this linker issue had been resolved in .net 2002 - according to my web search.
>
> also everything is good in release build.
>
>
> this messags was sent from a mobile device
>
>
>
>      ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> QuantLib-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users



Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: incremental linker for debug compy

Eric Ehlers-2
In reply to this post by Kim Kuen Tang
Kim Kuen Tang, Ole, many thanks to both of you for your
respective fixes for this issue, which are now listed in the
FAQ:

http://www.quantlibxl.org/faq.html

Regards,
Eric

On Wed, April 16, 2008 20:41, Kim Kuen Tang wrote:

> Hi ole,
>
> i guess that you get the error LNK1105 and you are running this
> on a
> dual core machine. If so just shut down one corre and you are
> able to
> build the dll.
>
> op schrieb:
>> when doing a from scratch and full build of quantlibxl with
>> vc8 (from the various sources and following instructions as
>> per webpage), I had to turn off the incremental linking
>> mechanism when doing a debug build - the build otherwise
>> fails on the very last step.
>>
>> did anybody else see that problem? I thought that this linker
>> issue had been resolved in .net 2002 - according to my web
>> search.
>>
>> also everything is good in release build.
>>
>>
>> this messags was sent from a mobile device
>>
>>
>>
>>       ____________________________________________________________________________________
>> Be a better friend, newshound, and
>> know-it-all with Yahoo! Mobile.  Try it now.
>> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by the 2008 JavaOne(SM)
>> Conference
>> Don't miss this year's exciting event. There's still time to
>> save $100.
>> Use priority code J8TL2D2.
>> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>> _______________________________________________
>> QuantLib-users mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>>
>>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM)
> Conference
> Don't miss this year's exciting event. There's still time to
> save $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> QuantLib-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users