Author Topic: GCC is looping!  (Read 870 times)

Laukev7

  • VIP
  • Member
  • ***
  • Posts: 2,834
  • Kudos: 495
GCC is looping!
« on: 13 July 2004, 10:20 »
I've been waiting for hours for that #$%^&@ ftp server software to compile! Turns out that when I try to install a software from the Ports in FreeBSD, the compiler seems to parse some code, then start over and over again, and it has happened just today!

WTF???

[ July 13, 2004: Message edited by: Laukev7 ]


Laukev7

  • VIP
  • Member
  • ***
  • Posts: 2,834
  • Kudos: 495
GCC is looping!
« Reply #1 on: 13 July 2004, 10:40 »
ARRGHH, and that bloody ftp doesn't work! Stupid account doesn't have enough space!    :mad:    Anyway, here it is, I'll fix it later.

Edit: Finally got it to work!

http://laukev7.netfirms.com/wtf.txt

Edit2: and the link has to be copied manually.

[ July 13, 2004: Message edited by: Laukev7 ]


flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
GCC is looping!
« Reply #2 on: 13 July 2004, 14:14 »
Actually that isn't GCC; it's just the configure script.
I have no idea why it's looping though.
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Laukev7

  • VIP
  • Member
  • ***
  • Posts: 2,834
  • Kudos: 495
GCC is looping!
« Reply #3 on: 13 July 2004, 15:59 »
I tried to compile two different apps, and it does the same thing. Weird...

Edit: I find something suspicious about this part:

Code: [Select]

Is it supposed to do that?

[ July 13, 2004: Message edited by: Laukev7 ]


Laukev7

  • VIP
  • Member
  • ***
  • Posts: 2,834
  • Kudos: 495
GCC is looping!
« Reply #4 on: 13 July 2004, 16:33 »
I think I found the problem: my date indicates Wednesday January 22nd, 16:33. I have NTP installed, how do I readjust the time automatically?

flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
GCC is looping!
« Reply #5 on: 13 July 2004, 16:33 »
Exactly what command are you invoking that makes this happen?
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Laukev7

  • VIP
  • Member
  • ***
  • Posts: 2,834
  • Kudos: 495
GCC is looping!
« Reply #6 on: 13 July 2004, 16:36 »
sudo make build

It happened since I installed aMule.

But maybe it's because of the wrong date? I checked again, and found errors about the date. One of them is

Code: [Select]

[ July 13, 2004: Message edited by: Laukev7 ]


flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
GCC is looping!
« Reply #7 on: 13 July 2004, 16:47 »
ntpdate -b <timeservers>...

Specify one or more server(s) appropriate to your location from http://www.eecis.udel.edu/~mills/ntp/servers.html
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Laukev7

  • VIP
  • Member
  • ***
  • Posts: 2,834
  • Kudos: 495
GCC is looping!
« Reply #8 on: 13 July 2004, 16:52 »
That did it! Thanks!