On 6/24/2013 3:08 PM, Richard Miles wrote: > ls -ld /sw/var/lib/path-prefix-10.6/g++ -version > ls: -version: No such file or directory > ls: /sw/var/lib/path-prefix-10.6/g++: No such file or directory
Wrong directory. The command should be ls -ld /sw/include/boost* Also, note that I added an * at the end of the command (vs Alex's original request). This will give a better diagnostic for the failure. Hanspeter ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
