pkgsrc-Users archive

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

Re: bootstrapping on IRIX



> At last I got bootstrap to successfully run on my IRIX box using SGI
> freeware gcc.  (Required a patch to pax, which I'll post later.)  I'm trying
> to build pkgsrc gcc right off, but there's a circular dependency with
> pkgtools/digest.  What do I do?
Try to add the following

  PKGSRC_COMPILER= gcc

  CC=              /path/to/gcc
  CXX=             /path/to/g++
  CPP=             /path/to/gcc -E
  CXXCPP=          /path/to/g++ -E

to your mk.conf

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index