Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!mcsun!hp4nl!alchemy!markov From: markov@cs.ruu.nl (Mark Overmars) Newsgroups: comp.sys.sgi Subject: getopt and C++ Keywords: Problem Message-ID: <1991Mar04.161843.27932@cs.ruu.nl> Date: 4 Mar 91 16:18:43 GMT Organization: Utrecht University, Dept. of Computer Science Lines: 10 I have a simple question: How do I use the routine getopt with C++. What I did was to put extern int getopt(int,char **,char *); in the program. Now the loader complaints that getopt__FiPPcPc is undefined. How do I solve this? Mark Overmars