Re: make build_algvs fails for NetBSD target

2011-12-10 Thread Kevin Fowler
: *Friday, December 9, 2011 10:32:10 AM *Subject: *Re: make build_algvs fails for NetBSD target Just to close my own loop, the incore issue was due to the netbsd compiler not having __linux or __PPC__ defined - it has __NetBSD__ and __powerpc__ defined, which are not in the list that sets

Re: make build_algvs fails for NetBSD target

2011-12-10 Thread Rick Davis
, 2011 3:01:57 PM Subject: Re: make build_algvs fails for NetBSD target Thanks Rick, my target is an embedded device with a very stripped down version of netbsd on it - no uname. there must be another way to locate that info... Kevin On Fri, Dec 9, 2011 at 8:04 PM, Rick Davis r...@well.com

make build_algvs fails for NetBSD target

2011-12-09 Thread Kevin Fowler
I am building and testing the FIPS module for a PowerPC/NetBSD1.6.2 target on a x86/linux(CentOS) host. The Configure script does not have NetBSD options, so I am setting my environment variables such that it selects the ppc-linux target. The fipscanister.o builds fine. When I go to build the

Re: make build_algvs fails for NetBSD target

2011-12-09 Thread Kevin Fowler
I recognize now that I need to have an option that does not currently exist for my target. I changed my SYSTEM environment variable to NetBSD, which resolves the -ldl issue, but is still not correct because the configure scripts land me in BSD-generic32, which is not quite right either. So it

make build_algvs fails for NetBSD target

2011-12-09 Thread Kevin Fowler
I am building and testing the FIPS module for a PowerPC/NetBSD1.6.2 target on a x86/linux(CentOS) host. The Configure script does not have NetBSD options, so I am setting my environment variables such that it selects the ppc-linux target. The fipscanister.o builds fine. When I go to build the

Re: make build_algvs fails for NetBSD target

2011-12-09 Thread Rick Davis
Fowler kevpfow...@gmail.com To: openssl-dev@openssl.org Sent: Friday, December 9, 2011 10:32:10 AM Subject: Re: make build_algvs fails for NetBSD target Just to close my own loop, the incore issue was due to the netbsd compiler not having __linux or __PPC__ defined - it has __NetBSD__