bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Arg!!!!


From: Sir Ace
Subject: Arg!!!!
Date: Wed, 13 Jun 2001 18:54:57 -0700 (PDT)

   I have been bending my mind and patience with the glibc 2.2.3
can you plesse fix line: 129/130 from:

rpcgen-cmd = $(built-program-cmd) -Y `$(CC) -print-file-name=cpp | \
                                      sed 's|/cpp$$||'`

to:

rpcgen-cmd = $(built-program-cmd) -Y `$(CC) $your_cpp_path

It took me a three days to figure out what the hell was causing all the
problems,  it either needs to be able to find the dir cpp lives in,
or it needs to ask...  Mine particularly did not like the original 
syntax.  $your_cpp_path is any arbitrary blahness, that makes it
happy: aka:  /usr/local/bin/   /usr/bin/  or wherever cpp lives on 
the system
  Thanks:
    Sir Ace.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]