Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2001 09:42:38 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Yoriaki FUJIMORI <fujimori@grafin.fujimori.cache.waseda.ac.jp>
Cc:        freebsd-alpha@FreeBSD.ORG, obrien@FreeBSD.ORG
Subject:   Re: Native FreeBSD by Compaq's ccc 
Message-ID:  <14978.45150.683372.739952@grasshopper.cs.duke.edu>
In-Reply-To: <200102080646.PAA04659@grafin.fujimori.cache.waseda.ac.jp>
References:  <20010207125434.A57024@dragon.nuxi.com> <200102080646.PAA04659@grafin.fujimori.cache.waseda.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help

Yoriaki FUJIMORI writes:
 > 
 > I got ccc-6.2.9.506-1.tar.gz from Compaq's web.
 > After running rpm2cpio, I installed it.
 > 
 > I tried for short junk time to make FreeBSD natives from ccc.
 > In short, if I specify options `-std0 -non_shared' and if the source
 > can be compiled without errors, then I get FreeBSD natives.
 > Resulting binaries are big, though.
 > 
 > I even tried to remake shared libraries from libxxx.a by means of
 > FreeBSD's gcc with `-shared ...blahblah', but this does not seem much help. 
 > 
 > Yoriaki FUJIMORI

Prior to running the compiler "natively", you must remove the
linux_devtools port, and you must also remove any installations of the
ccc/c++/fort compilers and cpml from /compat/linux.

If you fail to do this, the "native" ccc compiler, which is actually a
linux executable, will search /compat/linux first and find the linux
ccc config files, headers & libraries.   This is bad.

Also, it is not clear to me that you are actually running the port &
not rolling your own.  Please use the port.

Drew


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14978.45150.683372.739952>