error compiling gcc: undefined reference to libc_name_p
        Posted  
        
            by wickedchicken
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by wickedchicken
        
        
        
        Published on 2010-06-14T20:49:04Z
        Indexed on 
            2010/06/14
            20:52 UTC
        
        
        Read the original article
        Hit count: 546
        
When compiling GCC it is possible to get very far in the build process only to hiccup on an error complaining about the lack of gperf installed. After installing gperf and running, I hit  an "undefined reference to libc_name_p." I've looked at the solutions here and here but they weren't helpful.
© Stack Overflow or respective owner