Re: cpp - C language preprocessor

From: Winston (_at_ubeblock.psr.com.invalid)
Date: 09/27/03

  • Next message: Steve Bellenot: "Re: cpp - C language preprocessor"
    Date: Sat, 27 Sep 2003 05:43:25 GMT
    
    

    cljlk <cljlk@hotmail.com> writes:
    > I have SunOS4.1.4 but I don't have cpp software in it and I need one.

       /usr/ucb/cc is normally a symbolic link to /usr/lib/compile which runs
    /usr/lib/cpp. One usually uses cc -E instead of calling cpp directly.

       gcc's cpp is usually buried many directories under /usr/local, with
    names that combine the gcc version, target system architecture name, OS
    version, and maybe other things. Start by looking for a directory named
    gcc-lib. gcc -E should run gcc's cpp.
     -WBE


  • Next message: Steve Bellenot: "Re: cpp - C language preprocessor"

    Relevant Pages

    • Re: tripwire reports major changes -- gcc or selinux or ...
      ... On Mon, 2005-07-11 at 20:34, Marcin Struzak wrote: ... > nightly check reports over 6500 changes. ... > gcc, cpp, and libgcc), required to compile FrontPage extensions, and I ...
      (Fedora)
    • Re: Compiling -- gcc -- Lex & Yacc
      ... I am working my way through the compiling process. ... gcc besides the original/modified code? ... I know the answers, from reading patches and pieces (cpp, lex and Yacc ... Your makefile may also send the code to the librarian ...
      (Fedora)
    • Re: Newbie: private data in C++ classes and GDB - debugging
      ... (Remark: For C++ source, better use .cpp or .cc extension. ...
      (comp.os.linux.development.apps)
    • Re: [SLE] problem to build - part 2
      ... WARNING: Symbol version dump ... gcc: error trying to exec 'cc1': execvp: No such file or directory ... rpm -q gcc ... rpm -q cpp ...
      (SuSE)
    • Re: unresolved symbols issue
      ... creating an archive libtest.a from all cpp object files ... never with 'gcc' or 'ld' ... If you ship archive library with C++ code, and your customers do ... In order to understand recursion you must first understand recursion. ...
      (comp.unix.solaris)