Ask a Question related to Ubuntu, Design and Development.
-
Ian Rastall #1
Similar compiler question
When I open up a terminal window and type:
gcc -v
I get the error:
bash:gcc:command not found
Is there a certain directory I should be running gcc from? I'm afraid
I'm totally new to to Linux, and one of the things I was looking forward
to was ease of use when it came to practicing my meager coding skills. I
did try:
slocate gcc
and got a long list of locations, so I know it's there. Is it wrong to
assume that I can access the C compiler from any directory? I was kind
of hoping I could do so. :-)
TIA,
Ian
--
[url]http://sundry.ws/[/url]
Ian Rastall Guest
-
Anything similar to MenuMachine for DW?
Is there an extension that is similar to MenuMachine for GoLive? There are people trying to switch to DW from GoLive and I am wondering about... -
what is similar to CORBA in .Net
Hi all, I need to build a distributed application. I'm confused on what technology to use to develop my project. Ideally I would use CORBA,... -
Compiler Error Message: The compiler failed with error code 128.
Hi. I am having trouble running my aspx code. I created two simple webforms, which i try to run from two different directories one is giving me... -
Extension similar to this one.....
If you look at the following page and scroll right down to the bottom. you will see the photo of maralyn monroe and also the artistic frame below... -
DragAnyWindow or similar for OS X?
One of my favorite Control Panels in OS 9 was DragAnyWindow 4.5 by Alessandro Levi Montalcini. Is there a similar application for OS X?...... -
Egon Spengler #2
Re: Similar compiler question
On Sun, 09 Apr 2006 21:08:45 +0000, Ian Rastall wrote:
Usually, gcc is a symbolic link to the actual gcc-versionnumber, so if you> When I open up a terminal window and type:
>
> gcc -v
>
> I get the error:
>
> bash:gcc:command not found
wish to run the compiler, change directory to /usr/bin and then sudo ln -s
gcc-versionnumber (e.g. gcc-3.4) gcc and you should then be able to run
the compiler as you wish. The command would look like this: sudo ln -s
gcc-3.4 gcc (using my example version number).
Egon Spengler Guest
-
Ian Rastall #3
Re: Similar compiler question
Egon Spengler wrote:
if you> Usually, gcc is a symbolic link to the actual gcc-versionnumber, soHey Egon. I tried as you suggested, it asked for my password, told me> wish to run the compiler, change directory to /usr/bin and then sudo ln -s
> gcc-versionnumber (e.g. gcc-3.4) gcc and you should then be able to run
> the compiler as you wish. The command would look like this: sudo ln -s
> gcc-3.4 gcc (using my example version number).
that gcc existed, then when I typed:
gcc -v
I got the same error message. I did manage to locate gcc, in the
/usr/lib directory, but typing that into the prompt *in that directory*
yields the same error. It says "command not found", not "file not
found", so I wonder if I'm typing in the wrong command. I guess I have
some work ahead of me here. :-)
Ian
--
[url]http://sundry.ws/[/url]
Ian Rastall Guest
-
Mark South #4
Re: Similar compiler question
On Mon, 10 Apr 2006 01:57:21 +0000, Ian Rastall wrote:
Does Synaptic think that you have the development tools package installed?> Egon Spengler wrote:> if you> > Usually, gcc is a symbolic link to the actual gcc-versionnumber, so>>> wish to run the compiler, change directory to /usr/bin and then sudo ln -s
>> gcc-versionnumber (e.g. gcc-3.4) gcc and you should then be able to run
>> the compiler as you wish. The command would look like this: sudo ln -s
>> gcc-3.4 gcc (using my example version number).
> Hey Egon. I tried as you suggested, it asked for my password, told me
> that gcc existed, then when I typed:
>
> gcc -v
>
> I got the same error message. I did manage to locate gcc, in the
> /usr/lib directory, but typing that into the prompt *in that directory*
> yields the same error. It says "command not found", not "file not
> found", so I wonder if I'm typing in the wrong command. I guess I have
> some work ahead of me here. :-)
--
mark south; echo [email]znexfbhgu2000@lnubb.pb.hx[/email]|tr a-z n-za-m
"I can trace my ancestry back to a protoplasmal primordial atomic
globule. Consequently, my family pride is something inconceivable."
-- Gilbert & Sullivan, The Mikado
Mark South Guest
-
Ian Rastall #5
Re: Similar compiler question
Mark South wrote:
Ah, no it doesn't. I'll mess around with it and see if more questions> Does Synaptic think that you have the development tools package installed?
arise. Thanks for the heads up!
Ian
--
[url]http://sundry.ws/[/url]
Ian Rastall Guest



Reply With Quote

