directions

Roland Smith rsmith at xs4all.nl
Sun Nov 27 18:46:24 GMT 2005


On Sun, Nov 27, 2005 at 01:31:47PM -0500, Ranko Sredojevic wrote:
>   Hi all!
> 
> Since I'm not sure where these should go, I'm putting them here, and
> someone might give me directions to another list if appropriate.
> 
> Couple of questions now:
> 
> (1) Octave build is finally over and I'm trying it out. It took around 16
> hours on athlon
> 3200+/1GB for the record.

A lot of that time is for the atlas library. If you already have that
installed, octave builds a lot faster.
 
> SciLab won't build. It gives message that gcc3.?.? (I forgot the number) is
> needed
> and that this is unavailable for amd64. Any cure?

According to the port's Makefile, scilab doesn't work with GCC
3.3, and then asks for GCC 3.2, which doesn't seem to work on amd64.
Since 6.0 uses GCC 3.4, try removing the following lines from the
port's makefile, and see if it works:

# Scilab broken with GCC 3.3 on FreeBSD 5.3
.if ${OSVERSION} >= 503000
USE_GCC=        3.2
.endif

> (2) What are these. I did quick search on google and archives but couldn't
> locate
> more than a page in italian (which I, unfortunately, still don't understand)
> so I have
> to ask here:
<snip>
> Nov 25 21:48:47 svarga kernel: pid 64276 (xcfc), uid 0: exited on signal 11
> (core dumped)

IIRC, they are test programs from the atlas build.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-amd64/attachments/20051127/e177fa57/attachment.bin


More information about the freebsd-amd64 mailing list