On 03/13/2012 12:25 PM, Gorja Prasad-B37785 wrote: > This is the exact command I have used and Imade sure that openssl compiled > and installed at /usr/loac/ssl. > > scons build= powerpc-none-linux-gnuspe \ > > STRIP=$(TOOL_CHAIN)/powerpc-none-linux-gnuspe/bin/powerpc-none-linux-gnuspe-strip > \ > > CC=$(TOOL_CHAIN)/powerpc-none-linux-gnuspe/bin/powerpc-none-linux-gnuspe-gcc \ > > CXX=$(TOOL_CHAIN)/powerpc-none-linux-gnuspe/bin/powerpc-none-linux-gnuspe-g++ > \ > CFLAGS=-I=-I/usr/local/ssl/include \ > CXXFLAGS=-I/usr/local/ssl/include \ > LINKFLAGS=-L/usr/local/ssl/lib
Well, that looks like how I'm doing the ARM cross-compile, so I'm not sure why it doesn't work for you. If you want to give me an account on your build machine, or send me a link to your cross-compile toolchain, I'll see if I can figure it out. If you want to look at it, you might add some debug logic to SConstruct to see if it's handling the CXXFLAGS logic properly. Thanks, Ben -- Ben Greear <[email protected]> Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
