Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-24 Thread Justin Hallett
you'll prolly need to keep ncurses, but you'll have to add getopt_long, either by adding it the way i mentioned before or by patching the getopt file currently in it...I'll look at righ tnow and send you it...send me the info and patch you have righ tnow. [EMAIL PROTECTED] writes: >-BEGIN PGP

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-24 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, I found that it is linking with -lcurses, and using the system version: /usr/lib/libcurses.dylib, which does not define _getopt_long. Does anything I can link to contain getopt_long? Or do i need to depend on gengetopt long, patch the Makefi

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 what more do you need to see? On Friday, March 22, 2002, at 01:50 PM, Justin Hallett wrote: > check to see if this has #include "getopt.h" or #include if > it > uses <> then installing gengetopt will fix this if not..then i'd have to > see more.

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-22 Thread Justin Hallett
check to see if this has #include "getopt.h" or #include if it uses <> then installing gengetopt will fix this if not..then i'd have to see more. [EMAIL PROTECTED] writes: >cc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I../intl -c getopt_long.c ¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·., Justin F

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it does this Making all in lib cc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I../intl -c error.c cc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I../intl -c getopt_long.c rm -f libport.a ar cru libport.a error.o getopt_long.o ranlib libport.a an

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-22 Thread Justin Hallett
_getopt_long is defined by GNUgetopt install my gengetopt package and hopefully it will use the getopt.h in the /sw/include dir if not it's a long change. if doesn't work here are your options #1 if getopt.c, getopt1.c and getopt.h are present in the pkg which i doubt if your getting this error,

Re: [Fink-devel] porting minicom...almost done....i hope

2002-03-22 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ok, I think i'm almost done. what does "cc -g -O2 -I../intl -o minicom minicom.o vt100.o config.o help.o updown.o util.o dial.o window.o wkeys.o ipc.o windiv.o sysdep1.o sysdep2.o rwconf.o main.o file.o getsdir.o wildmat.o common.o ../intl/libin