|
Jeffrey Hutzelman wrote: If (on Solaris) it is hard-coded as you state, then maybe the CFLAGS should be hard-coded as well. This is what bit us to begin with: configure selects gcc by default, and sets the CFLAGS accordingly. When configure gets down to the kerberos section, the hard-coded CC takes over, yet the CFLAGS is still set for gcc. It still has the "-O2", which causes configure test problems for us after the switcharoo. Heck, if its going to be hard-coded to the studio compilers for Solaris, then why not from the very beginning of configure, instead of switch-in-the-middle? -jonathan _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info |
- Re: [OpenAFS] AKLOG build error... Jonathan Halter
- Re: [OpenAFS] AKLOG build error... Derrick J Brashear
- RE: [OpenAFS] AKLOG build error... Jeffrey Hutzelman
