On Wed, 2 Jan 2002, Richard Levitte - VMS Whacker wrote:
> I'm considering your patch, and am wondering why you felt you needed
> entirely separate Configure entries for shared libraries instead of
> just augmenting the existing ones with the shared library support
> information?
The first ones I sent were wrong for Configure. I grab the first pass
instead of the final version. Here is the correct Configure patch.
Thanks,
--
Boyd Gerber <[EMAIL PROTECTED]>
ZENEZ 3748 Valley Forge Road, Magna Utah 84044
*** Configure.org Thu Dec 6 06:11:39 2001
--- Configure Fri Dec 28 16:39:23 2001
***************
*** 421,427 ****
# SCO 5 - Ben Laurie <[EMAIL PROTECTED]> says the -O breaks the
# SCO cc.
! "sco5-cc", "cc:::(unknown):-lsocket:${x86_gcc_des} ${x86_gcc_opts}:::", # des
options?
"sco5-cc-pentium", "cc:-Kpentium::(unknown):-lsocket:${x86_gcc_des}
${x86_gcc_opts}:::", # des options?
"sco5-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown):-lsocket:BN_LLONG
${x86_gcc_des} ${x86_gcc_opts}:::", # the SCO assembler doesn't seem to like our
assembler files ...
--- 421,427 ----
# SCO 5 - Ben Laurie <[EMAIL PROTECTED]> says the -O breaks the
# SCO cc.
! "sco5-cc", "cc:-belf::(unknown):-lsocket -lresolv:${x86_gcc_des}
${x86_gcc_opts}:::", # des options?
"sco5-cc-pentium", "cc:-Kpentium::(unknown):-lsocket:${x86_gcc_des}
${x86_gcc_opts}:::", # des options?
"sco5-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown):-lsocket:BN_LLONG
${x86_gcc_des} ${x86_gcc_opts}:::", # the SCO assembler doesn't seem to like our
assembler files ...
"sco5-cc-shared","cc:-belf::(unknown):-lsocket -lresolv -lnsl:MD2_CHAR RC4_INDEX
${x86_gcc_des}::::::::::dlfcn:svr3-shared:-Kpic",
***************
*** 424,429 ****
"sco5-cc", "cc:::(unknown):-lsocket:${x86_gcc_des} ${x86_gcc_opts}:::", # des
options?
"sco5-cc-pentium", "cc:-Kpentium::(unknown):-lsocket:${x86_gcc_des}
${x86_gcc_opts}:::", # des options?
"sco5-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown):-lsocket:BN_LLONG
${x86_gcc_des} ${x86_gcc_opts}:::", # the SCO assembler doesn't seem to like our
assembler files ...
# Sinix/ReliantUNIX RM400
# NOTE: The CDS++ Compiler up to V2.0Bsomething has the IRIX_CC_BUG optimizer
problem. Better use -g */
--- 424,431 ----
"sco5-cc", "cc:-belf::(unknown):-lsocket -lresolv:${x86_gcc_des}
${x86_gcc_opts}:::", # des options?
"sco5-cc-pentium", "cc:-Kpentium::(unknown):-lsocket:${x86_gcc_des}
${x86_gcc_opts}:::", # des options?
"sco5-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown):-lsocket:BN_LLONG
${x86_gcc_des} ${x86_gcc_opts}:::", # the SCO assembler doesn't seem to like our
assembler files ...
+ "sco5-cc-shared","cc:-belf::(unknown):-lsocket -lresolv -lnsl:MD2_CHAR RC4_INDEX
+${x86_gcc_des}::::::::::dlfcn:svr3-shared:-Kpic",
+ "sco5-gcc-shared","gcc:-O3 -fomit-frame-pointer::(unknown):-lsocket -lresolv
+-lnsl:MD2_CHAR RC4_INDEX ${x86_gcc_des}::::::::::dlfcn:svr3-shared:-fpic",
# Sinix/ReliantUNIX RM400
# NOTE: The CDS++ Compiler up to V2.0Bsomething has the IRIX_CC_BUG optimizer
problem. Better use -g */