tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Building recode
On Mon, Dec 13, 2010 at 06:44:22AM +0300, Aleksej Saushev wrote:
> Edgar Fuß <ef%math.uni-bonn.de@localhost> writes:
>
> > I'm having problems building converters/recode. Building with
> > PKGSRC_COMPILER=clang gives me autohell problems mentioned elsewhere, but
> > building with gcc gives me
> >
> > Making all in src
> > /bin/sh ../libtool --mode=compile gcc -DLIBDIR=\"/usr/pkg/lib\"
> > -DHAVE_CONFIG_H -I.. -I. -I../lib -I../libiconv -no-cpp-precomp -isystem
> > /usr/include -I/usr/pkg/include -I/usr/include -pipe -O2
> > -I/usr/pkg/include -I/usr/include -c argmatch.c
> > libtool: compile: unable to infer tagged configuration
> > libtool: compile: specify a tag with `--tag'
> >
> > Any libtool experts around?
>
> You have to patch the source so that the command looks like
>
> /bin/sh ../libtool --mode=complie --tag=CC gcc <flags>
>
> Note "--tag" flag.
>
> E.g. biology/gromacs/patches/patch-aj
Either that or make sure that it calls the compiler cc.
Joerg
Home |
Main Index |
Thread Index |
Old Index