>
> OK, but you still keep us guessing as to where this liblanginfo is
> coming from. What is it?
>
> --
> Martin
>
The problem seems to be solved. The configuration must search for
langinfo.h. If found,
liblanginfo.a must be added. I have renamed liblanginfo.a and langinfo.h
and the
installat
>
> OK, but you still keep us guessing as to where this liblanginfo is
> coming from. What is it?
>
>
Well, I'm now pretty sure that it has something to do with gnu-darwin
(look at
http://dryden.biol.yorku.ca/5.html). I found on my system that
liblanginfo and
libwcs have been installed at the
On jeudi, janvier 31, 2002, at 05:28 , Marco Nonella wrote:
>
>>
>> You are not compiling with gcc3, are you?
>> (Anyway, like Dave, I cannot find any liblanginfo on my system,
>> only a nl_langinfo man page that talks about non-existing things).
>
> I think I have the 'standard' gcc:
>
> Readin
>
> You are not compiling with gcc3, are you?
> (Anyway, like Dave, I cannot find any liblanginfo on my system, only a
> nl_langinfo man page that talks about non-existing things).
I think I have the 'standard' gcc:
Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
Apple Computer, In
On jeudi, janvier 31, 2002, at 04:31 , Marco Nonella wrote:
> Without liblanginfo I get the following error (I have just
> reproduced it):
>
> /usr/bin/ld: warning table of contents of library:
> dialogs/libdialogs.a not sorted
> slower link editing will result (use the ranlib(1) -s option)
> /
>> In order to install gnumeric-1.0.2-2 I had to add manually in the
>> Makefile
>> the langinfo library ( -llanginfo).
>
> Could you explain why you had to do this? I don't seem to have
> liblanginfo
> on my system, but gnumeric-1.0.2-2 compiles and runs for me.
>
Without liblanginfo I get the
> In order to install gnumeric-1.0.2-2 I had to add manually in the
> Makefile
> the langinfo library ( -llanginfo).
Could you explain why you had to do this? I don't seem to have liblanginfo
on my system, but gnumeric-1.0.2-2 compiles and runs for me.
-- Dave
Hi,
In order to install gnumeric-1.0.2-2 I had to add manually in the
Makefile
the langinfo library ( -llanginfo). Since I'm not an expert with
configure and
Makefiles, I didn't manage to correct properly for this problem. This
however
prevented me to install the program via fink.
I would the