libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Patch #240] Improved NetBSD support


From: Boehne, Robert
Subject: Re: [Patch #240] Improved NetBSD support
Date: Mon, 15 Apr 2002 11:15:45 -0500

Nick:

First question, why doesn't ever anyone log in to
savannah before submitting a patch?
The last change in your patch:

**************
*** 2789,2795 ****
      esac
      ;;
    netbsd*)
!     # NetBSD uses g++ - do we need to do anything?
      ;;
    osf3*)
      case $cc_basename in
--- 2789,2804 ----
      esac
      ;;
    netbsd*)
!     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
!       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib
$predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
!       wlarc=
!       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
!       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
!       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
!     else
!        # Workaround for some pre-1.5 ELF toolchains
!        output_verbose_link_cmd='$CC -shared $CFLAGS -v
conftest.$objext 2>&1 | egrep conftest.$objext | sed -e "s:-lgcc -lc
-lgcc::"'
!     fi
      ;;
    osf3*)
      case $cc_basename in

changes settings in the CXX tag only, is that what you had intended?
$LD is a no-no with C++, so I'm pretty sure you didn't intend this.

Robert

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]