Re: 'make config' issues.

1997-12-06 Thread Qiang Rao
Excerpts from debian: 6-Dec-97 Re: 'make config' issues. by "Oliver Elphick"@lfix.co > >I apologise for this newbie question but what do I do to get 'make > >config' to exist? I installed Debian several days ago and just learned= > > >today that the reason why my mouse doesn't work is bec

Re: [OFF-TOPIC] C++ template question

1997-10-31 Thread Qiang Rao
For template classes, the class has to be in the header file only, it can't have separate files for header and class file. When you want to use the template class, only include the header file, and compile only the test file, not the template class file. Ex. template class file : bar.h test file:

Intel Network Card

1997-03-14 Thread Qiang Rao
Hi, I am trying to get my Intel EtherExpress Pro 100 (Model A I believe) to work in Linux. I used to have an old driver which only works with Intel EtherExpress Pro 100 Model B. Does anyone know where I can get the drivers for my ehternet card? thanks in advance, -Qiang