Announcement

Collapse
No announcement yet.

trouble with gcc

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    trouble with gcc

    I was building a lfs system from kubuntu and when I ran gcc -print-prog-name=id it just says id I have binutils installed but how do I get gcc to see that linker?

    #2
    Re: trouble with gcc

    Have you installed the dev toolchain?

    sudo apt-get install build-essential

    Comment


      #3
      Re: trouble with gcc

      Thanks

      Comment

      Working...
      X