Re: List of tools for C development in Linux.



On Wed, 11 Jul 2007 14:39:58 +0200 Hadron <hadronquark@xxxxxxxxx> wrote:

| You develop Linux apps in C/C++ on Linux?
|
| What tools do you use?
|
| e.g ldd displays which libraries are linked in. Objdump displays info
| from object files.
|
| What tools do you use and why?

bash - it's the IDE
emacs - it's where code comes from
make - another IDE
gcc - it's where code goes to
ld - finish where gcc left off
ldd - make sure
strace - make really sure
rm - the most important one of all


| Often there are so many good tools its easy to overlook one which might
| make ones working day a lot easier.

I probably have overlooked one or more. Got any suggestions?

--
|---------------------------------------/----------------------------------|
| Phil Howard KA9WGN (ka9wgn.ham.org) / Do not send to the address below |
| first name lower case at ipal.net / spamtrap-2007-07-14-0930@xxxxxxxx |
|------------------------------------/-------------------------------------|
.



Relevant Pages

  • How to link with /lib/libc.so.6 in Fedora Core 1?
    ... My OS is Fedora Core 1 with gcc version 3.3.2, ... /lib/tls/libc.so.6 after compilation. ... $ ldd ttt ...
    (comp.os.linux.development.apps)
  • gcc and some static libs
    ... I want to create a program with gcc. ... static libs should be linked static. ... At the moment ldd shows this: ...
    (comp.os.linux.development.apps)
  • gcc and some static libs
    ... I want to create a program with gcc. ... static libs should be linked static. ... At the moment ldd shows this: ...
    (comp.os.linux.development.system)
  • Re: openssl on solaris 10/sparc buggy?
    ... > thomas@azalin:~$ ldd `which openssl` ... Builds of OpenSSL 0.9.7g and 0.9.8 using gcc and the ... Chris ...
    (comp.unix.solaris)
  • Re: DBI module for AIX 5.2
    ... You can get gcc from IBM's "AIX toolbox for Linux apps" at ... DBI works fine with gcc on AIX for me. ...
    (perl.dbi.users)