search for: vgcc_ntox86

Displaying 1 result from an estimated 1 matches for "vgcc_ntox86".

2012 Oct 09
3
make install errors in openssh(when openpam is to be integrated with openssh)
...;make install" part of openssh. Following are the steps I followed to build zlib, openssl, openpam and openssh. *NOTE*: Since I want the sshd and ssh binaries in my server(using QNX), I had to cross compile the packages for QNX (environment was set to x86) *1. zlib(1.2.7)*: CC=qcc CFLAGS+=-Vgcc_ntox86 ./configure --prefix=/home/mpal/ws2/dawn_v1/3dParty/build_apal make clean make make install *2. openssl(1.0.1c):* CC=qcc CXX=qcc AR=ntox86-ar LD=qcc RANLIB=ntox86-ranlib CFLAGS+="-Vgcc_ntox86 -fPIC" LDFLAGS+="-Vgcc_ntox86 -shared" ./Configure zlib-dynamic QNX6-i386 --prefix=...