Re: Undefined reference to '...'

1997-09-01 Thread Robert Resendes
Are you linking with gcc or g++? Try g++ for the link phase. Here is the output I get for a simple test program: -- Begin temp.C #include template class ancestor { private: T myvar; public: ancestor(T x) { cout << "ancestor()" << endl; myvar = x; } ~ancestor() { cout << "~

Re: QPopper Problem

1997-07-30 Thread Robert Resendes
Kevin, Here's an excerpt from RFC 1734: -- BEGIN - 2. The AUTH command AUTH mechanism [ ...stuff deleted ...] Restrictions: may only be given in the AUTHORIZATION state Discussion: The AUTH command indicates an authentication mechanism to the server. If the server supports the reques

/dev/psaux problems

1996-08-27 Thread Robert Resendes
Hello All, I finally got around to upgrading my 93R6 syatem upto 1.1.5 (at least that's what the I-Connect CD says). The X11 install went fine (used a saved copy of XF86Config) until I try to start X. It complains that it can't open the mouse which is set to /dev/psaux. This files exists and ha