Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3B8E6DE9.CDC6C210@beamreachnetworks.com> Date: Thu, 30 Aug 2001 09:46:33 -0700 From: "Eric M. Monsler" X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: Anyone using "calltree"? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit All, Is anyone successfully using 'calltree' under cygwin? I downloaded calltree-2.0, which has rules for cygwin on NT, and it built OOTB. However, when I run it, it complains as follows for each input file: calltree: No such file or directory. Cannot execute 'cpp'. My initial thought was fine, failed configure, I'll go in and make it use 'gcc -E' for cygwin. But in checking the configure step, I see the output: checking how to run the C preprocessor... gcc -E And, in the i686-cygwin32_nt-gcc/ directory, config.cache file that is generated, I see: ac_vc_prog_CPP=${ac_cv_prog_CPP='gcc -E'} I don't understand why this doesn't work. I also considered whether that configure was only for building calltree, and not what calltree used when operating. I tried exporting CPP="gcc -E", which didn't help. I will probably dive into calltree's source next, but thought I'd fire this off and see if anyone has used calltree under cygwin, and if so how they got it working. Thanks, Eric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/