NetBSD-Users archive

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

Re: libtool prob



On Thu, Sep 20, 2012 at 09:33:04PM +0000, Christos Zoulas wrote:
> >libtool: compile: unable to infer tagged configuration
> >libtool: compile: specify a tag with `--tag'
> >*** Error code 1
> >
> >I have tried updating libtool, but it didn't help. :-(  Pkgsrc was updated
> >today.
> 
> Yes, this happens when the base system changes gcc version and libfool
> remembers the version it was configured it. Uninstalling and re-installing
> libfool fixes the problems (also hacking the Makefiles to add --tag CC IIRC).
> You need to clean the package after you re-install libfool.

Thanks.. I did

# pkg_delete libtool
# cd ..../devel/libtool
# make clean clean-depends
# make reinstall
# make clean clean-depends
# cd ../../net/ntop
# make clean clean-depends
# make

but got the same error. :-(

  -jm


Home | Main Index | Thread Index | Old Index