WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: to install programs from source code  (Read 3052 times)

Offline papo

  • Newbie
  • *
  • Posts: 6
to install programs from source code
« on: March 05, 2016, 09:24:21 AM »
Hi. I tried to install programs from source code. I installed the various files that were missing including the gcc compiler from the repository of tiny core. the command ./configure gave me the error crashes ... "compiler not work". How do I fix? Thank you

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: to install programs from source code
« Reply #1 on: March 05, 2016, 09:40:58 AM »
On which operating system, which architecture, which version?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14815
Re: to install programs from source code
« Reply #2 on: March 05, 2016, 09:41:39 AM »
You need to load the compiletc extension

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 713
Re: to install programs from source code
« Reply #3 on: March 05, 2016, 02:51:39 PM »
When i compile the uboot for raspberry pi,  i need to install this to get right result.
So you need little more than compile extension.

tce-load -wi compile-essentials.tcz binutils.tcz git.tcz nano.tcz coreutils.tcz bc.tcz

Offline papo

  • Newbie
  • *
  • Posts: 6
Re: to install programs from source code
« Reply #4 on: March 06, 2016, 01:35:16 AM »
I thank all the friends who they said. I followed the advice of Juanito. I downloaded compiletc extension and I solved it. again, thank