Re: Solaris gcc shared library target is broken in 0.9.6a

2001-04-17 Thread Carson Gaspar
make targets, or a better Configure script. -- Carson Gaspar - [EMAIL PROTECTED] Queen trapped in a butch body __ OpenSSL Project http://www.openssl.org Development Mailing List

RE:

2000-03-09 Thread carson
variable to the directory that contains the libraries Mike> prior to running the app. (Or of course, recompile Mike> openssl using static libs). Or, if using an OS that supports it (such as SunOS 5.x), set the binaries' RPATH correctly (either via LD_RUN_PATH or a link-line -R under Sun

Re: them bugs ...

1999-12-01 Thread carson
new POSIX spec, but a buch of OS's still don't have them. -- Carson Gaspar -- [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.cs.columbia.edu/~carson/home.html Queen Trapped in a Butch Body __ OpenSSL

Re: Compile problem with OpenSSL version 0.9.4

1999-11-24 Thread carson
if #if defined(__SVR4) && defined(__sun) && defined(__ppc) /* I'm Solaris running on a PowerPC */ #endif Other useful defines (Only in SunPRO C, as far as I know): __SUNPROC (cc version number: 0x420 for 4.2.0, 0x500 for 5.0.0, etc.) __`uname -s`_`uname -r | tr . _`

Re: gethostbyname, getservbyname, readdir fixes

1999-05-06 Thread carson
other OS Hack). I _really_ don't want the limitations of broken OS's to cripple the performance of good OS's. -- Carson Gaspar -- [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.cs.columbia.edu/~carson/home.html Queen Trapped in a Butch Body

Re: 0.9.2b Sparc problem

1999-03-30 Thread carson
st crypto routines, we should either hand-create them, let the compiler do it, or actually benchmark code. The current situation is broken and needs to be fixed. -- Carson Gaspar -- [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.c

0.9.2b Sparc problem

1999-03-26 Thread carson
references to it removed. -- Carson Gaspar -- [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.cs.columbia.edu/~carson/home.html Queen Trapped in a Butch Body __ OpenSSL Project http