Re: [glade--]autoconf not generating configure - glade-2 and glademm
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Radhika Sambamurti wrote:
> Hi all,
Hi,
>
> I am attaching the output of sh -x autogen.sh which shows
> the execution of autogen.sh and its point of failure.
> I have tried to get the latest autoconf and libtool, but to
> no avail. Please let me know if i can provide any more info
> about the errors, and i willdo so. any help will be
> appreciated as i need to get glade-2 working with glademm
> to generate c++ code. I am running gtk2 on freebsd 5.0.
To make it clearer, generating gtk1 projects does work? You might try to
look which m4 file is generating the wrong ltconfig call in configure
and which packet it belongs to.
> checking whether ln -s works... yes
> ltconfig: you must specify a host type if you use
> `--no-verify'
> Try `ltconfig --help' for more information.
> configure: error: libtool configure failed
I have _never_ seen this error, and I have no idea. But the problem
should manifest for _any_ program you autogen. Perhaps you should ask on
a BSD or libtool/autoconf specific mailing list.
Looks like an autoconf macro is passing wrong arguments to ltconfig.
Christof