#32672: vobcopy will not build ---------------------------------+------------------------------------------ Reporter: philipp@… | Owner: 0booo5b02@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: vobcopy ---------------------------------+------------------------------------------ Changes (by macsforever2000@…): * cc: philipp@… (removed) * owner: macports-tickets@… => 0booo5b02@… Old description:
I'm on OS X Lion 10.7.2 with Xcode 4.2.1, i7 processor.
(Apple clang version 3.0 (tags/Apple/clang-211.12) (based on LLVM 3.0svn))
As far as I have found (tried to build the sources myself with all dependencies built from macports), the configure script writes a wrong library path to the Makefile:
LDFLAGS += -ldvdread -L/opt/local/lib64
If I change this to /opt/local/lib vobcopy will build and install just fine.
New description: I'm on OS X Lion 10.7.2 with Xcode 4.2.1, i7 processor. (Apple clang version 3.0 (tags/Apple/clang-211.12) (based on LLVM 3.0svn)) As far as I have found (tried to build the sources myself with all dependencies built from macports), the configure script writes a wrong library path to the Makefile: {{{ LDFLAGS += -ldvdread -L/opt/local/lib64 }}} If I change this to /opt/local/lib vobcopy will build and install just fine. -- -- Ticket URL: <https://trac.macports.org/ticket/32672#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS