bug-indent
[Top][All Lists]
Advanced

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

Re: [Bug-indent] indent documentation bugs


From: Gerrit P. Haase
Subject: Re: [Bug-indent] indent documentation bugs
Date: Tue, 18 Dec 2001 21:20:25 +0100

Hallo Gerrit,

2001-12-18 20:47:59, du schriebst:

> Hallo david,

> Am 2001-12-17 um 19:54 schriebst du:

>> The 2.2.7 release will be out today or tomorrow. Watch
>> http://home.hccnet.nl/ingamells/beautify.html for the first appearance and 
>> then soon after at the GNU ftp sites.
>>  As I think I've already said to you, the make files for non UNIX-like 
>> machines will not work as delivered. Under Carlo's jurisdiction the gettext 
>> package was incorporated and this does not yet have a vc++, etc make. All 
>> the 
>> source code is present so someone on those platforms will need to make the 
>> updates to the make files and send them to me.

> Ok, I'll fetch it then.  gettext is part of Cygwin, so it will be no problem 
> here,

Well, it is still the same intl mess...
or is the package I fetched today (indent-2.2.7.tar.gz) not the release version?

gcc  -O2   -o indent.exe  args.o comments.o indent.o lexi.o parse.o backup.o 
globs.o io.o  /usr/lib/automode.o
args.o(.text+0x111e):args.c: undefined reference to `_imp__gettext'
...

The same problem, I tried to do a configure without extra options.
I tried a configure with --with-included-gettext option.
I tried a configure without --with-included-gettext option and with:
$ LIBS='/usr/lib/automode.o -lintl' ./configure --prefix=/usr

No -lintl at the linkline...

I don't know why, it is dubious.

Even if I do make clean, make distclean and configure like this:
LIBS=-lintl ./configure --prefix=/usr  ...

libintl doesn't make it through to the linkline where automode.o does.
Note that also the included libintl doesn't show up at the linkline.

I did now this but it doesn't work, the same problem:
INTLLIBS=-lintl LIBS=/usr/lib/automode.o ./configure --prefix=/usr  ...

Gerrit
-- 
begin  signature:
=^..^=
end




reply via email to

[Prev in Thread] Current Thread [Next in Thread]