Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#862 closed defect (invalid)

gettext 0.14.1 needs --disable-csharp

Reported by: matt@… Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: 5.1.1
Severity: major Keywords:
Cc:

Description

When building gettext 0.1.14 in LFS 5.1.1 process.At build time looks for a c-sharp compiler.

./configure --help does not show any way around this. With a little research it is found there is an option --disable-csharp. This needs to be added to the build time configure, or gcc needs to be changed to build a c-sharp compiler

Change History (2)

comment:1 by Matthew Burgess, 20 years ago

Resolution: invalid
Status: newclosed
Summary: gettext 0.1.14 needs --disable-csharpgettext 0.14.1 needs --disable-csharp

We saw this problem with gettext-0.14, but gettext-0.14.1 was released the following day and resolved this. No such flags is required here:

./configure --prefix=/tools results in: ... checking for preferred C# implementation... any checking for C# compiler... no ...

and make completes without a hitch.

comment:2 by Matthew Burgess, 20 years ago

Matt, my apologies for the inaccuracy of the above comment! The unstable book already has the switch, with explanatory text alongside it (http://www.linuxfromscratch.org/lfs/view/unstable/chapter05/gettext.html).

Note: See TracTickets for help on using tickets.