[SciPy-dev] my long awaited FreeBSD crash report

Pearu Peterson pearu at cens.ioc.ee
Tue Apr 2 13:13:00 EST 2002


On Tue, 2 Apr 2002, eric wrote:

> Looks like the problem here is that the compiler is the command line compiler
> name is cc and not gcc.  weave specifically checks for gcc and uses g++ if it is
> found so that stdc++, etc and all the correct library paths for C++ code are
> used.  cc will definitely slip through the check.
> 
> Looks like a little more sophisticated check needs to be made -- perhaps trying
> 
>     cc -v
> 
> to see if it reports that it is gcc.

I know very little about FreeBSD and weave, but may be weave should check
also c++ that might be the C++ compiler in FreeBSD.
If it is nonsense, then just ignore it.

Regards,
	Pearu




More information about the SciPy-Dev mailing list