Re: Having problem compillin in solaris 10.

2005-09-02 Thread Lisandro Grullon
Hi Andreas, Excellent explanation, now I see the picture more clear, I believe it was some of my path that were missing in my .profile. Taking a look at your explanation, things make more sense now. Thanks for sharing your thoughts. Lisandro -

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Lisandro Grullon
Ricardo, Thanks for the help;however, I think I found the solution by installing the 4.0.1 of the compiller that rabellino pasted in the last 5 post. I will keep in mind this sugestion for future use though. Thanks. Lisandro ---

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Lisandro Grullon
Hi Rabellino, Your reply seem to have the key answer to my question. I download your tar and uncompress it, them I create the dir gnu under /opt. I follow to mv * /opt/gnu to move all the stuff that was inside the tar. off course I was working in current directory otherwise I would have had to

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Andreas Almroth
Hi, First; are you using the right PATH to the compilers? as in /opt/SUNWspro/bin or /usr/sfw/bin before any other path to other locations of gcc? for Sun CC I suggest; export PATH=/usr/bin:/opt/SUNWspro/bin:/usr/ccs/bin gcc: export PATH=/usr/bin:/usr/sfw/bin:/usr/ccs/bin Next, when using Sun

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Lisandro Grullon
Thanks Rabellino, I will give it a try using your tar. --- Lisandro Grullon New York City College of Technology Division of Continuing Education Director of Network Operations Lisand

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Lisandro Grullon
The options I got by typing gcc -v are the ones bellow. Am I missing something? bash-3.00# gcc -v Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.10/3.3.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc versi

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Lisandro Grullon
Hi Andrea, I installed the Sun C compiler suite as you pointed out; however, after defining the path as suggested by the Sun C compiler instructions things still not working properly and I still getting the same compilation error. I also checked in /usr/sfw/bin for my gcc compiler and I see tha

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Ricardo Stella
GCC v3.4.3 is installed in /usr/sfw/bin with an Entire Distribution install. You don't need to install the Companion CD. BTW, Solaris 10 ships with openssl v0.9.7d and also installed in /usr/sfw (and based on an Entire Distro install - no need for the Companion CD). My .02... Andreas Almroth w

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Rabellino Sergio
Lisandro Grullon wrote: Andrea, can you point me in the right direction where to find the compiler to supportamd64. thanks. I can give you a download for a tar of my gcc 4.0.1 installation... (/opt/gnu as installpath). Try on http://www.di.unito.it/~rabser/gcc_401_Solaris10_amd64.tar.gz (

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Ricardo Stella
FYI, I installed openssl v0.9.8 in three separate V20z with a single Opteron 244, running Solaris 10. All three boxes got Entire Distro installs from CDs. I'm using Solaris 10 stock gcc. # gcc -v IReading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs Configured with: /builds/sfw

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Sean McGrath - Sun Microsystems Ireland
gcc in /usr/sfw/bin can do 64bit support via the -m64 option. And you don't have to be in 64bit mode to build 64bit binaries. openssl is also bundled with Solaris, though its an older version. Regards, Sean. . $ type openssl is /usr/sfw/bin/openssl $ openssl OpenSSL> version OpenSSL 0.9.7d

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Andreas Almroth
Hi, For the Sun C compiler suite; http://www.opensolaris.org/os/community/tools/sun_studio_tools/ (Check license terms though) The GCC for amd64 may be installed on your system in /usr/sfw, in the case you have installed Companion CD I believe. Else, you will have to install it from CD, or compil

Re: Having problem compillin in solaris 10.

2005-09-02 Thread Lisandro Grullon
Andrea, can you point me in the right direction where to find the compiler to supportamd64. thanks. --- Lisandro Grullon New York City College of Technology Division of Continuing E

Re: Having problem compillin in solaris 10.

2005-08-31 Thread Andreas Almroth
Lisandro Grullon wrote: Hi there, I am having some issues compiling openssl 0.9.8. Bellow I am pasting the output of the errors. I apreciate your help. I am running Solaris 10 x86 opteron. echo '#endif' ) >buildinf.h gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN

Having problem compillin in solaris 10.

2005-08-31 Thread Lisandro Grullon
Hi there, I am having some issues compiling openssl 0.9.8. Bellow I am pasting the output of the errors. I apreciate your help. I am running Solaris 10 x86 opteron. bash-3.00# cd openssl-0.9.8 openssl-0.9.8/ openssl-0.9.8.tar bash-3.00# cd openssl-0.9.8 bash-3.00# ./config Operating system