Find the answer to your Linux question:
Results 1 to 2 of 2
Hi all, i would like to know how to build apps from source code.... The reason am asking is, i downoaded a tarball that had the source code and all ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    20

    how to built from source?neede help

    Hi all,

    i would like to know how to build apps from source code....
    The reason am asking is, i downoaded a tarball that had the source code and all the other dependencies, but i had to start from the "make" as given in the readme file...

    How ever when i followed up and tried to run ./configure and try to get a make file....
    I got and error saying "cannot find gcc"...
    However i know gcc is built in ,because ive used it...
    path :/usr/sfw/bin/gcc

    I however dont know how to use this with the ./configure?
    Do i need to pass it as a parameter?
    I would appreciate some help on this issues..
    Also any material on the web for building from souce that you could point me to,would also be veryhelpfull

    Thanks

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    In every app I've ever compiled, you run configure before make. The rule of thumb is:
    Code:
    ./configure
    make
    make install
    There are of course variations on this.
    Linux Mint + IceWM Registered:#371367 New Members: click here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...