Full_Name: Scott Weikart
Version:
OS:
Submission from: (NULL) (199.174.207.113)
We (and others) have CC as a multi-word string, with some arguments
to gcc.
Here's my patch to correctly identify gcc when needed (except TABs
will probably be turned into SPACEs, so you won't be able to feed it
into patch).
-scott
==============
--- mod_ssl-2.6.2-1.3.12/pkg.sslmod/libssl.module~ Sat Jan 22 06:06:52
2000
+++ mod_ssl-2.6.2-1.3.12/pkg.sslmod/libssl.module Sun Feb 6 12:30:59
2000
#
if [ ".$my_buildtype" = .DSO ]; then
case $CC in
- gcc|*/gcc|egcs|*/egcs|egcc|*/egcc|pgcc|*/pgcc )
+ gcc|*/gcc|egcs|*/egcs|egcc|*/egcc|pgcc|*/pgcc | 'gcc '*|*/'gcc '*
)
gcclibdir="`$CC --print-libgcc-file-name | sed -e
's;/[^/]*$;;'
`"
SSL_LIBS="$SSL_LIBS -L$gcclibdir -lgcc"
;;
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]