WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: try compiling  (Read 6926 times)

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: try compiling
« Reply #15 on: May 13, 2009, 09:01:09 PM »
My 2 cents on trying to compile anything would to make sure you know what dependencies are required and always use:
Code: [Select]
./configure --helpto see what options you have available. Doing this has saved me many headaches (and created a few others  ;) )
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: try compiling
« Reply #16 on: May 13, 2009, 09:05:42 PM »
My 2 cents on trying to compile anything...

..and read the INSTALL and README files in the tarball
..and if that fails, check to see if the same application has been built in lfs, blfs, cblfs  :)

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: try compiling
« Reply #17 on: May 13, 2009, 09:28:25 PM »
While I can't justify the negative words from tobiaus, I can easily agree with him that compiling software isn't always just a matter of "configure, make, make install" .  There is frequently a problem with incompatible libraries, hardware that simply doesn't work with linux, and applications that are written to use some obscure language that requires tools that are not available in TC.  Yes i think Tobiaus got excessively angry, but I also think some of you are making molehills out of mountains.

Fortunately, we have you to take care of those minor details.... :)

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: try compiling
« Reply #18 on: May 13, 2009, 10:28:19 PM »
This thread has been locked to discourage any further flaming/trolling/etc.

For users wanting to reply to the topic discussion, please open a new thread.