Re: Compiler/Linker information resources

From: Maurice Fox (mfox_at_localhost.localdomain)
Date: 07/30/03


Date: 29 Jul 2003 23:29:10 GMT

In article <bg3gu0$kjkob$1@ID-197517.news.uni-berlin.de>, lomat wrote:
> Hello All,
>
> I am a newbie to Linux/Unix but know C/C++ well.
>
> My experience till date has been on systems (Windows) where details of how a
> program is compiled and linked are transparent to the user (because of
> automatically generated make files and GUI).
>
> As a result it's difficult, when I am using GCC now and run into problems
> related to compiler/linker that are not necessarily related to the code
> (something like compiler options etc.).
>
> Can someone please recommend a URL/Books that would give me insight into
> details of building applications on Unix systems? I am more interested in
> knowing things like how compilation/link work, how to use different types of
> linkages etc. rather than information on programming languages.
>
> Thanks,
>
>
> Loma
>
you might start by locating the GCC manual on the Web. It's called "using and
porting the GCC compiler" or something like that. Also, try man gcc or info gcc
on you linux system, if that's where you are. Could be the man pages are on
Unix as well.

HTH - Maurice



Relevant Pages

  • Re: jetzt =?ISO-8859-1?Q?geht=B4s?=
    ... Also sollte der Compiler/Linker eine im Flash ... Eigentlich sollte PROGMEM daher immer automatisch static sein. ... Idealer Weise sollte sich mal jemand bei GCC des Embedded C TRs ...
    (de.sci.electronics)
  • Re: compiler/linker flags to abort array assignment (non-standard) use during run time
    ... I am trying to come up with a list of compiler/linker options so that when the following code is run, a run time failure is generated. ... The Salford/Siverfrost compiler for Windows is one. ... Checking for out of range subscripts for assumed size ...
    (comp.lang.fortran)
  • Re: Hochkommata in einem String?
    ... man den Code, den man mit dem VS und C# von MS schreibt, mit einem entsprechenden Compiler/Linker unter Linux genauso verwenden kann. ... Vielleicht habe ich es ja auch falsch verstanden, aber das Mono Project liefert ja einen eigenen Compiler/Linker für Windows... ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Compiler/Linker information resources
    ... My experience till date has been on systems (Windows) where details of how a ... program is compiled and linked are transparent to the user (because of ... related to compiler/linker that are not necessarily related to the code ... Can someone please recommend a URL/Books that would give me insight into ...
    (comp.unix.questions)