Displaying 3 results from an estimated 3 matches for "ntox86".
Did you mean:
neox86
2012 Oct 09
3
make install errors in openssh(when openpam is to be integrated with openssh)
...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=...
2002 Aug 05
1
Problems compiling on QNX
...96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <bug-make@gnu.org>.
# gcc -v
Reading specs from /usr/lib/gcc-lib/ntox86/2.95.3/specs
gcc version 2.95.3 20010315 (release)
How do i fix the problem?
Thanks in advance,
Venky
-------------- next part --------------
HTML attachment scrubbed and removed
2014 Apr 29
3
[Bug 2237] New: monitor_fdpass.c: poll.h
...-I/home/williams/openss/openssl/ppc/install/include'
LDFLAGS='-L/opt/qnx632/target/qnx6/ppcbe/lib
-L/opt/qnx632/target/qnx6/ppcbe/usr/lib
-L/home/williams/openss/openssl/ppc/install/lib' --sysconfdir=/etc/ssh
./configure --build=i686-pc-linux-gnu ?host=i386-pc-nto-qnx6.3.0
--prefix= CC=ntox86-gcc CFLAGS='-fPIC
-I/home/williams/openss/openssl/x86/install/include'
LDFLAGS='-L/opt/qnx632/target/qnx6/x86/lib
-L/opt/qnx632/target/qnx6/x86/usr/lib
-L/home/williams/openss/openssl/x86/install/lib' --sysconfdir=/etc/ssh
The file monitor_fdpass.c cannot find the file poll.h since...