pkgsrc-Users archive

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

Re: HP-UX 11.11, ERROR: Circular dependency detected



On Wed, 19 May 2010 21:42:30 +0000
Paul Ackersviller <pda%sdf.org@localhost> wrote:

> I'm attempting source builds on HP-UX 11.11 with gcc-4.2.3, but am
> getting an error that looks like a gcc version check is failing.
> Not being at all familiar with BSD makefiles, I'll just spit out
> the following...

One of these days I will find and fix this bug ...
For now;

cat >> /usr/pkg/etc/mk.conf << EOF
PKGSRC_COMPILER=gcc
USE_NATIVE_GCC=yes
CC=/usr/local/bin/gcc
CXX=/usr/local/bin/g++
CFLAGS=-O2
CXXFLAGS=-O2
EOF



Home | Main Index | Thread Index | Old Index