This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compile failure due to undefined symbol


Hi Peter,

OK, so sorry if I am being dense here. Will this patch fix things for opcodes ?

Cheers
  Nick



Index: opcodes/configure.in
===================================================================
RCS file: /cvs/src/src/opcodes/configure.in,v
retrieving revision 1.79
diff -c -3 -p -r1.79 configure.in
*** opcodes/configure.in	4 Oct 2007 14:06:40 -0000	1.79
--- opcodes/configure.in	8 Oct 2007 10:41:14 -0000
*************** if test "$enable_shared" = "yes"; then
*** 109,115 ****
        ;;
      *)
        SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so"
!       SHARED_DEPENDENCIES="`pwd`/../bfd/.libs/libbfd.la"
        ;;
    esac
  fi
--- 109,115 ----
        ;;
      *)
        SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so"
!       SHARED_DEPENDENCIES="`pwd`/../bfd/libbfd.la"
        ;;
    esac
  fi

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]