WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: dillo-3.0.4.1  (Read 5355 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: dillo-3.0.4.1
« Reply #15 on: May 12, 2015, 05:48:06 AM »
you should not use "sudo" for ./configure or make, i.e. you should do things like this:
Code: [Select]
$ ./configure --blah --blah
$ make
$ sudo make install

Do you still get the same strange error when you do not use "sudo"?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: dillo-3.0.4.1
« Reply #16 on: May 12, 2015, 06:53:30 AM »
Hi Stone.Giant
Quote
I already upgraded to TC 6 and already installed gcc, compiletc ...
Compiletc  installs  gcc,  no need to do it separately.