Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 18 of 18
Hi Err...the ./configure command gives me a "no such file or directory" thing. Isn't it some type of special command? Not like accessing files or dir's? I dunno, maybe my ...
  1. #11
    Just Joined!
    Join Date
    May 2005
    Posts
    9

    ./configure command

    Hi

    Err...the ./configure command gives me a "no such file or directory" thing. Isn't it some type of special command? Not like accessing files or dir's? I dunno, maybe my linux just hates me. Help again please!

  2. #12
    Just Joined!
    Join Date
    Sep 2004
    Posts
    54
    since you already downloaded and untarred the source...
    you have
    . .. gcc libstdc++-v3
    in this directory, what you need to do next is:
    cd gcc
    ./configure
    make
    make install


    then do the same thing in libstdc++-v3
    report here if you have any problems
    are you in the gcc directory when you get the "File does not exist" error?

    although is is much easier to do this as root:
    Code:
    apt-get install gcc

  3. #13
    Just Joined!
    Join Date
    May 2005
    Posts
    9

    apt get install prob's

    Hi
    I've tried the apt get install thing before, but the console says cant download updates. I am in the gcc dir when i type ./configure. I'm lost.

  4. #14
    Just Joined!
    Join Date
    Sep 2004
    Posts
    54
    show us the ls -a of the gcc directory

    if you are in the gcc folder, at the command prompt, the last thing before the prompt should be gcc

    I downloaded, untarred, and installed it from the GNU website to see if I was messed up and it all worked.
    I followed the basic steps in each folder (gcc and libstdc++):
    ./configure
    make
    make install

    if it doesn't work, or you are missing something try to download it again and try again from scratch

    If you are connected to the internet and your firewall allows apt to access the internet, apt-get install gcc should work

  5. #15
    Linux Guru Flatline's Avatar
    Join Date
    Feb 2005
    Posts
    2,204
    console says cant download updates
    Have you used apt-get on your installation before? If not, you need to run
    Code:
    apt-get update
    first. If you get errors from that, post the error message and we'll try to get you up and running.
    There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.

    - Jeremy S. Anderson

  6. #16
    Just Joined!
    Join Date
    May 2005
    Posts
    9

    Still not workin

    Hi guys

    Well i tried the ./configure command like u said. It gives a "no such file or directory" error. I tried "apt-get update/install" but it seems my internet connection is not working properly thru Xandros. I am running Xandros on a virtual pc inside windows, so i'm kinda lost on how to work out the internet connection prob's. Anybody worked with virtual pc before? I'm sure that apt-get will work if i can just get the connection running. Any ideas? Thanks

  7. #17
    Just Joined!
    Join Date
    May 2005
    Posts
    9

    Hello out there!

    Anyone still interested in helping me here?

  8. #18
    Just Joined!
    Join Date
    Sep 2004
    Posts
    54
    show us the ls -a of the gcc directory and the libstdc++ directory

    I don't know what to do about the Xandros connection problem...haven't used virtual pc

Page 2 of 2 FirstFirst 1 2

Posting Permissions

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