Joshi, there are many ways to do that , the best approach would be to set environment variables CC="xlc_r" and CXX="xlC_r"
for ex : export CC="xlc_r" and then run the configure, make sure that its picking up the xlc_r while running configure regards V On Wed, Jan 28, 2009 at 12:46 PM, joshi chandran <joshichandran...@gmail.com > wrote: > Is it possible to build openssl fips 1.2 using aix-xlc_r rather than using > aix-cc > > Please tell me how it can be done > > Thanks > Joshi > > > On Tue, Jan 27, 2009 at 2:16 AM, Roumen Petrov > <open...@roumenpetrov.info>wrote: > >> Philip Prindeville via RT wrote: >> >>> The target: >>> >> [SNIP] >> >>> Also, in a cross-compiling environment, "CC" tends to default to the >>> target machine. >>> >>> If you're building intermediate binaries to be run as part of the build >>> itself, these need to be indicated separately. >>> >>> A common practice is: >>> >>> HOSTCC?=$(CC) >>> ... >>> >>> fips_standalone_sha1$(EXE_EXT): sha/fips_standalone_sha1.c >>> $(HOSTCC) $(CFLAGS) -DFIPSCANISTER_O -o $@ >>> sha/fips_standalone_sha1.c $(FIPSLIBDIR)fipscanister.o >>> >>> OpenSSL use CROSS_COMPILE_PREFIX. >> >> Roumen >> >> ______________________________________________________________________ >> OpenSSL Project http://www.openssl.org >> Development Mailing List openssl-dev@openssl.org >> Automated List Manager majord...@openssl.org >> > > > > -- > Regards > Joshi Chandran >