textproc/uni2ascii build failure on FreeBSD 7.3

2010-08-31 Thread andrew clarke
Hi, uni2ascii no longer builds on FreeBSD 7.3: cc -DNEWSUMMARY -O2 -fno-strict-aliasing -pipe -o ascii2uni ascii2uni.o enttbl.o GetWord.o putu8.o SetFormat.o ascii2uni.o(.text+0xb23): In function main': : undefined reference to getline' Quoting the ChangeLog: 2010-08-29 Bill Poser

Re: textproc/uni2ascii build failure on FreeBSD 7.3

2010-08-31 Thread Jeremy Chadwick
On Tue, Aug 31, 2010 at 04:27:59PM +1000, andrew clarke wrote: uni2ascii no longer builds on FreeBSD 7.3: cc -DNEWSUMMARY -O2 -fno-strict-aliasing -pipe -o ascii2uni ascii2uni.o enttbl.o GetWord.o putu8.o SetFormat.o ascii2uni.o(.text+0xb23): In function main': : undefined reference

Re: textproc/uni2ascii build failure on FreeBSD 7.3

2010-08-31 Thread Emanuel Haupt
andrew clarke m...@ozzmosis.com wrote: Hi, uni2ascii no longer builds on FreeBSD 7.3: cc -DNEWSUMMARY -O2 -fno-strict-aliasing -pipe -o ascii2uni ascii2uni.o enttbl.o GetWord.o putu8.o SetFormat.o ascii2uni.o(.text +0xb23): In function main': : undefined reference to getline'

Re: textproc/uni2ascii build failure on FreeBSD 7.3

2010-08-31 Thread Bill Poser
Alternatively, one could try and get the author (CC'd) to restore getline.c in the official source but only build it/make use of it when a specific configure or make flag is specified. Hi. I think that's the best solution. I'll restore the internal copy and test for the library version in

Re: textproc/uni2ascii build failure on FreeBSD 7.3

2010-08-31 Thread Emanuel Haupt
Bill Poser billpos...@gmail.com wrote: Alternatively, one could try and get the author (CC'd) to restore getline.c in the official source but only build it/make use of it when a specific configure or make flag is specified. Hi. I think that's the best solution. I'll restore the