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


No, I have 520MB Ram. Did you try to run the compile application? I
tried it in several other machines in the office, all have the same
problem.

-----Original Message-----
From: Brian Gough [mailto:bjg@network-theory.co.uk]
Sent: Friday, March 22, 2002 6:20 PM
To: Xinyang Shen
Cc: gsl-discuss@sources.redhat.com
Subject: 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]