[Insight-developers] Building vxl/v3p/netlib on linux
Luis Ibanez
ibanez@cs.unc.edu
Sun, 18 Feb 2001 13:55:25 -0500 (EST)
Hi Bill,
That solved the problem !
BTW, it seems to be useful to delete the
config.cache file before running configure
a second time, otherwise the previous values
are still used.
Thanks
Luis
On Sun, 18 Feb 2001, William A. Hoffman wrote:
> Looks like when you ran configure you told it to use the c++ compiler for
> "C" code.
>
> Try this:
> (setenv CC gcc; setenv CXX c++; ../Insight/configure)
>
> It should use gcc and c++ for .c files.
>
> -Bill
>
>