-----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

and then later links it in:
../intl/libintl.a -lcurses


On Friday, March 22, 2002, at 01:39  PM, Justin Hallett wrote:

> _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, patch them to match the ones from
> gengetopt
>
> #2 you'll need to copy the gengetopt files i just mentioned and get the
> pkg to build getopt.o and getopt1.o and link them into that line.
>
> I have done #2 in a pkg before, acctually i'm doing it in pingus which I
> can't release till perl 5.6.1 is included.  so I can't send you to an
> example.
>
> [EMAIL PROTECTED] writes:
>> 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/libintl.a -lcurses
>> /usr/bin/ld: Undefined symbols:
>> _getopt_long"  mean? google did not have a good answer. I added 
>> #include
>> <sys/type.h> to 2 .h files...and it got farther.
>
> ¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·.,
>   Justin F. Hallett - Systems Analyst
>           Phone: (780)-408-3094
>             Fax: (780)-454-3200
>         E-Mail: [EMAIL PROTECTED]
>  .·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·.,
>
>
- -chris zubrzycki
- - --
PGP public key: http://homepage.mac.com/beren/publickey.txt
ID: 0xA2ABC070
Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070
========================================================

   "One disk to rule them all, One disk to find them. One disk to bring
   them all and in the darkness grind them. In the Land of Redmond
   where the shadows lie." -- The Silicon Valley Tarot

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (Darwin)
Comment: For info see http://www.gnupg.org

iD8DBQE8m342+/mCMqKrwHARAjlzAKCzVDYKoQmfM0YhGpoEwRhNN3Rr+wCg1sVQ
whZeC2BZPd3wF2pzj7d0SSM=
=PT8M
-----END PGP SIGNATURE-----


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to