J    Can you explain your method to compile with native compile (aclocal... 
your variable (PATH CFLAGS...)

I'm working with a cvs version that is less than two weeks old. I use the 
following commands to
build it:

   aclocal
   autheader
   automake --include-deps
   autoconf
   configure
   make

configure correctly recognizes that there is no gcc compiler on my system:

---------------stuff deleted ---------
checking for c++... (cached) CC
checking whether the C++ compiler (CC  ) works... yes
checking whether the C++ compiler (CC  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) no
checking whether CC accepts -g... (cached) yes
checking for gcc... (cached) cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
------------------------------------------

Richard


Reply via email to