Mail from ILUG-BOM list (Non-Digest Mode)
_______________________________________________

>I was trying to install ALSA Drivers for sound support on my 810
>motherboard.While running the config file it checked whether GCC >compiler is 
>working..after few seconds it gave an answer that it is >not working, although it 
>detects that GCC compiler is present.
>For some other application also I got the same error.

Do you have the developer libs installed? And also the header files.

>Can anybody advise me as to what could be the problem ? Also how can >I enter the C++ 
>editor in Linux ? I tried the cccp / cpp command >after going through the man pages 
>but it says the command is not >present. 
In Linux AFAIK, there are no IDEs like Turbo C++ in console mode.
(Discounting emacs, of course). Just use your favorite text editor to 
edit the files, then compile by using the gcc command.
$gcc <options> <filename(s).extension> (cc should work fine too.)
cpp is just the preprocessor.

In X, you could try Kdevelop, or some other GUI based IDE.

Devdas Bhagat



------------------------------------------------------------
((( GREAT DEAL:  Home Depot: Home Improvement 1-2-3 on CD-ROM )))
Get it FREE! at: http://nettaxi.free-irewards.com ( plus S&H )


_______________________________________________
Website: http://www.ilug-bom.org.in/
Linuxers mailing list
[EMAIL PROTECTED]
http://ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to