Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Here's what I get if I try to compile an app from source on my brand new install of Suse 9.3
linux:/home/geo/Downloads/Gzipped/audacity-src-1.2.3 # sh configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
The log isn't very helpful (to me anyway)
configure:1669: $? = 0
configure:1671: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
configure:1674: $? = 0
configure:1676: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1679: $? = 1
configure:1702: checking for C compiler default output file name
configure:1705: gcc conftest.c >&5
configure:1708: $? = 0
configure:1754: result: a.out
configure:1759: checking whether the C compiler works
configure:1765: ./a.out
configure: line 1766: ./a.out: Permission denied
configure:1768: $? = 126
configure:1777: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
Thanx all for the prompt replies. It was a permissions problem or something like it because I had kept my previous settings when updating to 9.3 and it was a bit of a mess..just being lazy really.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.