From: pamela AT pctco DOT com (Pamela Andruszkiewicz) Subject: purify? 12 Nov 1997 18:31:15 -0800 Message-ID: <3469C4C8.C30AE874.cygnus.gnu-win32@pctco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Cc: Pamela Andruszkiewicz Hello, Just wondering if there is any information about running a program built with gcc under Purify? My version of Purify dies while "instrumenting" cygwin.dll. I'm emailing them directly, but wanted to see if anyone had a thought on the top of their head (I'm new to the NT environment, unfortunately). I couldn't find any reference to purify in the readme and faq. Thanks for your time! -pamela Just in case this helps: - installed c:\Programs\gnuwin32\b18 - purify version = 5.0 - compiled my test 'm.C' via: cc -IC:/Programs/gnuwin32/b18/include/g++/ -g -O0 m.C -o m -lstdc++ - OS: NT Workstation 4.0, service pack 3 - source for 'm.C': ================================================================= #include int main( int argc, char** argv ) { if( argc < 2 ) { cerr << argv[0] << " usage: file_name" << endl; return( 1 ); } cout << "hello from " << argv[0]; return 0; } // main ================================================================= - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".