porting software using glibc's getline()

Dmitry Marakasov amdmi3 at amdmi3.ru
Sun Sep 23 17:29:51 PDT 2007


* Tijl Coosemans (tijl at ulyssis.org) wrote:
> > I have a problem porting a piece of software that use
> > getline(char**, int*, FILE*). This function is only present in glibc
> > so I wonder what do I do in this case? Maybe there is some port which
> > provides required functionality (like for example argp-standalone)?
> Just a guess, but maybe devel/libgetline?
Unfortunately, no. libgetline is command line library (like readline),
it has nothing to do with what getline() of glibc does :(

-- 
Best regards,
  Dmitry Marakasov               mailto:amdmi3 at amdmi3.ru


More information about the freebsd-ports mailing list