On 09/12/2011 04:28 PM, Alexander Hansen wrote:

> /bin/sh ../../libtool --silent   --mode=compile gcc -DHAVE_CONFIG_H
> - -I. -I../..   -I./..  -DQT_NO_STL -DQT_NO_KEYWORDS
> - -I/sw/lib/qt4-mac/include -I/sw/lib/qt4-mac/include/QtCore -DQT_SHARED
> - -I/sw/include  -g -O2 -c -o LinkBack.lo `test -f 'linkback/LinkBack.m'
> || echo './'`linkback/LinkBack.m
> libtool: compile: unable to infer tagged configuration
> libtool: compile: specify a tag with `--tag'
> make[5]: *** [LinkBack.lo] Error 1
>
> I'm already running autoreconf -fi before the build, and I've verified
> that the libtool files in the tarball have been updated.
>
> Any ideas?

Something will have to be patched to specify a tag.
e.g.

.... --mode=compile --tag=CC gcc -DHAVE_CONFIG_H ...

is what you want. Yes, I know it's actually an objc source, doesn't 
really matter.

Peter

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to