#862 closed defect (invalid)
gettext 0.14.1 needs --disable-csharp
Reported by: | Owned by: | ||
---|---|---|---|
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 , 20 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Summary: | gettext 0.1.14 needs --disable-csharp → gettext 0.14.1 needs --disable-csharp |
comment:2 by , 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.
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.