Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Linux Tip::./configure within the Unix/Linux forums, part of the Operating Systems category; Hi friends, ./configure ::Tell you everything missing or failed in linux When trying to compile something from source in linux, there may be lots of dependencies missing. Running the ./configure ...
|
|||||||
|
|||
|
Hi friends,
./configure ::Tell you everything missing or failed in linux When trying to compile something from source in linux, there may be lots of dependencies missing. Running the ./configure command will only tell you one missing dependency. Then you must run ./configure again, install another missing dependency, run it again and so on. However, u can make ./configure tell you everything that it's missing or failed, running it only once. For this, use the following command: ./configure -n > config.txt Then check the config.txt file for all the lines that say no, missing, or failed. The -n will run configure but nothing will actually be changed. U can also use ./configure -h - it will give you the options. Thanks, Rijus. _____________ Real Inspirational Journey.........Unanimously & Sincerely. |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple Linux Tip:Disable OpenOfiice Logo in Linux | rijus | Unix/Linux | 0 | 4 Weeks Ago 03:29 AM |
| Linux Tips: Increase MPlayer Soft Volume to 300% in Linux | rijus | Unix/Linux | 2 | 08-21-2009 02:37 AM |
| Linux Tips: Mount Windows shares like normal drives in Linux | rijus | Unix/Linux | 1 | 08-13-2009 07:38 AM |
| Linux Tips: Search Google.com from the Linux command line | rijus | Unix/Linux | 0 | 08-12-2009 03:48 AM |
| Linux Tips :Find details about your ISO images from the Linux command line | rijus | Unix/Linux | 1 | 08-05-2009 03:09 AM |