On 2/05/14 07:32, Junior Te'o wrote: > Can you help with the steps/commands to look into: > > /sw/src/fink.build/ncurses-5.9-20110507-1/ncurses-5.9/config.log for > where it mentions "checking whether > /sw/var/lib/fink/path-prefix-libcxx/g++ understands -c and -o together".
The idea is to open that file with a text editor (one of vi, pico, nano, nedit, TextEdit, TextWrangler, OpenOffice, etc) and search for the line "checking whether ... together". One difficulty is that the folder /sw/src/fink.build/ncurses-5.9-20110507-1/ncurses-5.9/ is not readable by ordinary users. You either have to make it first readable by running the command sudo chmod +rwx /sw/src/fink.build/ncurses-5.9-20110507-1/ncurses-5.9/ before opening it in a text editor or bypass the use of a text editor altogether by running a command like the following (all on one line) sudo grep "checking .* together" -A10 /sw/src/fink.build/ncurses-5.9-20110507-1/ncurses-5.9/config.log -- Martin ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
