On 2001.10.24, gf b <[EMAIL PROTECTED]> wrote: > > as is definately in /usr/ccs/bin/. Should I create a symbolic link from > /usr/ccs/bin/as to /usr/local/bin/as ? > I obtained gcc as a solaris 8 sparc package from www.sunfreeware.com. > Also, /usr/local/bin/ appears first in my $PATH statement.
If you don't have /usr/local/bin/as, then perhaps you didn't install the binutils package from sunfreeware.com -- it appears that you need GNU as (which is part of binutils, IIRC) and not the Sun CCS as which you're currently using. > I have successfully compiled openssl, openssh and apache from source, so > this should prove gcc is ok, right? Not necessarily. Those packages may build fine under gcc3 using the Sun CCS as assembler, but tcl7.6 isn't. It could be a bug in gcc3 that only gets exposed trying to compile specific code in the tcl76 generic/regexp.c ... -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)
