pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: The pkgsrc-2009Q2 Branch
On Thu, 30 Jul 2009 00:06:26 +0400
Alexey Lebedev <realzhtw%gmail.com@localhost> wrote:
> What is the standard way to start using pkgsrc on Tru64 UNIX (OSF1) with gcc?
> Almost all versions of gcc are built (bootstrapped) under Tru64. And
> pkgsrc/bootstrap/bootstrap script with --compiler gcc and right
> CC/CXX/CPP envs succeeds. But when trying to install anything the
> circular dependancy appears. pkgsrc doesn't want to use external gcc,
> so it tries to build the one from lang/gcc but fails because it
> depends on pkgtools/digest and so on.
>
> When using Compaq CC everything is just find. The only problem is that
> not much packages are compiled with it. I expect much more with gcc.
Try setting USE_NATIVE_GCC=yes in mk.conf, and set CC and CXX to the
full pathname of gcc and g++. Not sure why this helps, but it does.
(Having gcc in $PATH doesn't always seem to be enough.)
Kinds regards,
-Tobias
Home |
Main Index |
Thread Index |
Old Index