Re: Re: Compiling Radius 2.01 for Solaris 2.4

James Johnson (qns372@freenet.mb.ca)
Wed, 6 Aug 1997 00:48:53 -0500

I have made no alterations to downloaded files
I tried compiling and am getting the following errors:
$ make EXT=sun4_4.1 build
gcc -c -o sun4_4.1/acct.o -O ./acct.c
unknown flag -lang-c
unknown flag -Asystem(unix)
unknown flag -Asystem(svr4)
unknown flag -Acpu(sparc)
unknown flag -Amachine(sparc)
"./conf.h", line 51: Can't find include file strings.h
make: *** [sun4_4.1/acct.o] Error 1

I checked and the strings.h file is in the path

From: Erik Benner <erik.benner@pfsfhq.com>
To: James Johnson <qns372@freenet.mb.ca>
Date: Tuesday, August 05, 1997 10:10 PM
Subject: Re: Compiling Radius 2.01 for Solaris 2.4

>Having compiled Radius 2.01 under AIX 4.2, LINUX, SCO 5.X and
>Solaris 2.5 you shouldn't have much trouble. Creating a new profile
>under
>src/conf is the best start. First try the following compile
>
>make EXT=sun4_4.1 build
>
>
>