--- ltmain.in.old 2005-10-17 13:56:43.000000000 -0700 +++ ltmain.in 2005-10-17 21:29:17.160096225 -0700 @@ -1494,6 +1494,15 @@ # Rhapsody C and math libraries are in the System framework deplibs="$deplibs -framework System" continue + ;; + *-*-sco3.2v5*) + # Causes problems with __ctype + test "X$arg" = "X-lc" && continue + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # cc / CC insert libc in correct order for threads to work + test "X$arg" = "X-lc" && continue + ;; esac elif test "X$arg" = "X-lc_r"; then case $host in