Subject: Re: [netatalk-admins] Installation problem: netatalk 1.4b2 on solaris 2.5.1
From: [email protected]
Date: Thu Oct 22 1998 - 12:43:05 EDT
> From: "Yasmine Arafa" <[email protected]>
> To: <[email protected]>
> gcc -p -D__svr4__ -DSOLARIS -O -I../../include -c asp_cmdreply.c
> unknown flag -lang-c
> unknown flag -Asystem(unix)
> unknown flag -Asystem(bsd)
> unknown flag -Acpu(sparc)
> unknown flag -Amachine(sparc)
> as: "/usr/tmp/cca15278.s", line 105: error: invalid operand value "bss"
Try running this:
gcc hello.c
where the file hello.c contains:
main()
{
printf( "Hi there!\n" );
}
:wes
This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:33:31 EST