This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Running Complex test in VC++ Win32 Release mode


Xinyang Shen writes:
 > I downloaded GSL1.0 win32 library and installed it into my machine
 > (Windows 2000 Professional). I have VC++ 6.0. First, I ran open the
 > "GSL test" workspace and compile it in Debug mode. Everything seems
 > fine and all compiled test program passed.
 >  Then, I changed the compile option to 'Win32 Release" and trouble
 > began. I found out that I can compile all programs except the test
 > for complex functions. When I compiled it, it took more than 5
 > minutes at link stage (compile stage is ok), and I have trouble of
 > running the test_complexe.exe. It hangs there. When I traced the
 > compile option, I found that it is the option "link
 > incrementally". In Debug mode, it is Yes, and in Release mode, it
 > is No.
 >  What's wrong here? Very strange.

Lack of memory?  (Is virtual memory paging causing a lot of disk activity?)

I compile on a machine with 318MB of RAM, compilation doesn't give any
problems -- but it does take several minutes.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]