Hi there,
The build process completed SUCCESSFULLY! Everything seems to be
working fine!
Thank you all again!!
On Jun 13, 10:59 am, orca wrote:
> Dear Kirby and Pasechnik,
>
> Sorry for the waste of time: I have now upgraded my Debian lenny
> system and, as Marik above has stated, it now does h
Dear Kirby and Pasechnik,
Sorry for the waste of time: I have now upgraded my Debian lenny
system and, as Marik above has stated, it now does have matched 4.3.2
versions of all three compilers (gcc, g++ and gfortran). I am now
building Sage from scratch and everything seems to be going fine. I
wil
Is your Debian installation up to date?
Your old compiler etc might be due to this.
If not, please do the usual thing (aptitude update; aptitude safe-
upgrade)
and see if this helps..
Just in case,
Dima
On 13 June, 00:46, orca wrote:
> Ok Marik
>
> I checked that the default g++ under lenny is s
Hi,
is your Debian installation up to date?
It could be that an older gcc you have by default is due to this,
and if so, there is no telling as to what goes wrong.
Just in case you wonder what I mean, you ought to run
aptitude update
and then
aptitude safe-upgrade
and see if there are no "held ba
On 06/13/10 01:44 AM, orca wrote:
Ok Hart
I have now changed the make command to:
make CC=c99 FC=gfortran-4.2
and a new error emerges:
I've told you. You are wasting your time trying to set CC. I've set CC to be the
Sun Studio compiler, but gcc still gets called many times. Some parts of Sa
Ok Hart
I have now changed the make command to:
make CC=c99 FC=gfortran-4.2
and a new error emerges:
libtool: link: `/home/orca/sage/sage-4.4.3/spkg/build/
freetype-2.3.5.p2/src/objs/ftsystem.lo' is not a valid libtool object
make[2]: *** [/home/orca/sage/sage-4.4.3/spkg/build/freetype-2.3.5.p2
FLINT needs to compile with the -std=c99 flag. I presume someone
overrode it somehow, which breaks the build.
Bill.
On Jun 12, 11:46 pm, orca wrote:
> Ok Marik
>
> I checked that the default g++ under lenny is said to be 4.3.2,
> despite the fact that in mine it is 4.2.4 and I'm sure I did not
>
Ok Marik
I checked that the default g++ under lenny is said to be 4.3.2,
despite the fact that in mine it is 4.2.4 and I'm sure I did not
change this myself...
At any rate, I do not think this has any relationship to the failure
of installation of flint, which is my current problem now; do you??
On 12 čvn, 23:30, orca wrote:
> Dear Sirs,
>
> I have a palin vanilla Debian lenny amd64 machine, which I use for
> quite some time now; I am reasonably conversant (but not much) with
> some installation commands for programs in general.
>
> I have just tried to compile Sage 4.4.3 from source un