On Mon, Mar 01, 2004 at 09:02:45AM +0100, M. Gerards wrote: > Quoting Sergey Matveychuk <[EMAIL PROTECTED]>: > > I'm trying to build grub2 on FreeBSD. And I've found you use not > > portable, glibc specific argp-functions. > > > > Can it be changed with more standart (AFAIK) getopt_long instead?
The getopt_long interface is just as non-standard as the argp interface. FreeBSD has the getopt_long function, but it's not totally compatible AFAIK. > Right, I used that in pupa-emu. I will fix that so that can be compiled > on BSDs as well. Are here any other problems? The conclusion was to just put argp in GRUB 2, right? We can just take it from gnulib. -- Jeroen Dekkers _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
