Results 1 to 9 of 9
Hi
I need to install a C++ compiler on an old Caldera ver.2.4 box. I know I need gcc and g++. I checked rpmfind.net and didnt find them for the ...
- 02-27-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 56
C++ Compiler
Hi
I need to install a C++ compiler on an old Caldera ver.2.4 box. I know I need gcc and g++. I checked rpmfind.net and didnt find them for the caldera distribution, anyone know where I can find them? I dont have the cd anymore
Thanks
- 02-27-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
You can always go to www.gnu.org to download the source and install from that.
- 02-27-2003 #3Just Joined!
- Join Date
- Feb 2003
- Posts
- 56
cdrom
Ok I found the cdrom but gcc and g++ are not included?? Would it be under a different name for the Caldera distribution? Thanks
- 02-27-2003 #4Just Joined!
- Join Date
- Feb 2003
- Posts
- 56
gnu
Tried installing the tarball from the link above. I got the following error
when doing ./configure for gcc3.2.2
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock
Thanks
- 02-27-2003 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Could you check the output of "ls -l configure; date" (in the unpacked directory)?
- 02-28-2003 #6Just Joined!
- Join Date
- Feb 2003
- Posts
- 56
date
This is what I got...
-rwxr-xr-x 1 bionik users 50535 Jun 24 09:14 configure
Sun Oct 13 18:59:31 PDT 2002
- 02-28-2003 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
So your system clock is set to Oct 13 2002? No wonder it complained. =)
Just set your system clock at will work better.
- 02-28-2003 #8Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
I would suggest running something like ntpd. I run a ntp server and have all my other servers sync their clocks to it. Never have to worry about incorrect time.
- 02-28-2003 #9Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Exactly, I'm doing the same. See http://tycho.usno.navy.mil/ for the U.S. master clock.


Reply With Quote
