From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00,DATE_IN_PAST_06_12, FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,222ed89632aabb93 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.128.207 with SMTP id l15mr2524030bks.4.1342044147436; Wed, 11 Jul 2012 15:02:27 -0700 (PDT) Path: m12ni42bkm.0!nntp.google.com!news1.google.com!goblin2!goblin.stu.neva.ru!xlned.com!feeder1.xlned.com!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 11 Jul 2012 17:48:36 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <2565f27a-48d1-4000-978d-c3946154ea32@googlegroups.com> <212027fd-e3a3-45cc-b594-df6a4ae96138@googlegroups.com> <0c159836-b4b9-4861-85cd-e3e61e94f8bc@googlegroups.com> <99901f55-e61a-4808-a442-1a62e625cd2e@googlegroups.com> <37b4ba31-245e-44d1-9183-5c3367c88101@googlegroups.com> <027286e8-2436-408a-acad-c1bbf42431f8@googlegroups.com> In-Reply-To: <027286e8-2436-408a-acad-c1bbf42431f8@googlegroups.com> Message-ID: <4ffda054$0$6583$9b4e6d93@newsspool3.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 11 Jul 2012 17:48:36 CEST NNTP-Posting-Host: ea7f2f28.newsspool3.arcor-online.net X-Trace: DXC=KDd`ViP;Fm;Tia]Ho99G50McF=Q^Z^V384Fo<]lROoR18kFfN6nc\616M64>:Lh>_cHTX3j==^5bZT??eK= X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2012-07-11T17:48:36+02:00 List-Id: On 11.07.12 17:32, Ada novice wrote: > shailesh@shailesh_virtualbox -$ cd /Ada_Blas > > I get: "bash: cd: Ada_Blas: No such file or directory" I'd try studying paths in a hierarchical filesystem and how to name thins in it, both absolute (full) paths and relative paths (such as Ada_blas). http://people.ischool.berkeley.edu/~kevin/unix-tutorial/section3.html