Poorvi Shivhare
2014-Sep-11 10:41 UTC
Soalris Sparc platform: issues coming while compiling openSSH using openssl-1.0.1i
Hi, When I am trying to update openSSH using openssl-1.0.1i on Solaris sparc platform.It is giving issues. making all in crypto... gmake[1]: Entering directory `/home/epooshi/openssl_sparc/openssl-1.0.1i/crypto' ( echo "#ifndef MK1MF_BUILD"; \ echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \ echo ' #define CFLAGS "cc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrcons t -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DGHASH_ASM"'; \ echo ' #define PLATFORM "solaris-sparcv9-cc"'; \ echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ echo '#endif' ) >buildinf.h cc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DGHASH_ASM -c -o cryptlib.o cryptlib .c gmake[1]: cc: Command not found gmake[1]: *** [cryptlib.o] Error 127 gmake[1]: Leaving directory `/home/epooshi/openssl_sparc/openssl-1.0.1i/crypto' gmake: *** [build_crypto] Error 1 %sekax116:/home/epooshi/openssl_sparc/openssl-1.0.1i I would be very grateful if someone can give some hint that where is the problem. Best Regards, Poorvi Shivhare
Loganaden Velvindron
2014-Sep-11 11:23 UTC
Soalris Sparc platform: issues coming while compiling openSSH using openssl-1.0.1i
On Thu, Sep 11, 2014 at 2:41 PM, Poorvi Shivhare <poorvi.shivhare at ericsson.com> wrote:> Hi, > > When I am trying to update openSSH using openssl-1.0.1i on Solaris sparc platform.It is giving issues. > > making all in crypto... > gmake[1]: Entering directory `/home/epooshi/openssl_sparc/openssl-1.0.1i/crypto' > ( echo "#ifndef MK1MF_BUILD"; \ > echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \ > echo ' #define CFLAGS "cc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrcons t -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DGHASH_ASM"'; \ > echo ' #define PLATFORM "solaris-sparcv9-cc"'; \ > echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ > echo '#endif' ) >buildinf.h > cc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DGHASH_ASM -c -o cryptlib.o cryptlib .c > gmake[1]: cc: Command not found > gmake[1]: *** [cryptlib.o] Error 127 > gmake[1]: Leaving directory `/home/epooshi/openssl_sparc/openssl-1.0.1i/crypto' > gmake: *** [build_crypto] Error 1 > %sekax116:/home/epooshi/openssl_sparc/openssl-1.0.1i > > I would be very grateful if someone can give some hint that where is the problem.It looks like you are missing the gcc compiler.> > Best Regards, > Poorvi Shivhare > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev-- This message is strictly personal and the opinions expressed do not represent those of my employers, either past or present.
Damien Miller
2014-Sep-12 01:33 UTC
Soalris Sparc platform: issues coming while compiling openSSH using openssl-1.0.1i
please stop emailing openssh at openssh.com On Thu, 11 Sep 2014, Poorvi Shivhare wrote:> > Hi, > > > > When I am trying to update openSSH using openssl-1.0.1i on Solaris sparc > platform.It is giving issues. > > > > making all in crypto... > > gmake[1]: Entering directory > `/home/epooshi/openssl_sparc/openssl-1.0.1i/crypto' > > ( echo "#ifndef MK1MF_BUILD"; \ > > echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c > */'; \ > > echo ' #define CFLAGS "cc -DOPENSSL_THREADS -D_REENTRANT > -DDSO_DLFCN -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrcons t > -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM > -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DGHASH_ASM"'; \ > > echo ' #define PLATFORM "solaris-sparcv9-cc"'; \ > > echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ > > echo '#endif' ) >buildinf.h > > cc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN > -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa > -DB_ENDIAN -DBN_DIV2W -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM > -DSHA512_ASM -DAES_ASM -DGHASH_ASM -c -o cryptlib.o > cryptlib .c > > gmake[1]: cc: Command not found > > gmake[1]: *** [cryptlib.o] Error 127 > > gmake[1]: Leaving directory > `/home/epooshi/openssl_sparc/openssl-1.0.1i/crypto' > > gmake: *** [build_crypto] Error 1 > > %sekax116:/home/epooshi/openssl_sparc/openssl-1.0.1i > > > > I would be very grateful if someone can give some hint that where is the > problem. > > > > Best Regards, > > Poorvi Shivhare > > > > >