Re: [luau] ics412: operating systems

2002-10-26 Thread William N Luoma
nice trick that: Script started on Sat Oct 26 05:59:49 2002 jefferson:/home/luoma/map$ g++ -v -o map map.cpp Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.4/specs Configured with: ../gcc-3.0.4/configure --with-gnu-ld --with-gnu-as Thread model: posix gcc version 3.0.4 /usr/lo

[luau] Debian apt-get on Videl

2002-10-26 Thread Warren Togami
ftp://videl.ics.hawaii.edu/mirrors/debian/ Debian users, please point your apt-get sources.list within this location for testing. I suspect that this will work as an apt-get source for i386 Linux. Please let me know if it doesn't work.

Re: [luau] Debian apt-get on Videl

2002-10-26 Thread R. Scott Belford
On Saturday 26 October 2002 12:21 am, Warren Togami wrote: > ftp://videl.ics.hawaii.edu/mirrors/debian/ > > Debian users, please point your apt-get sources.list within this location > for testing. I suspect that this will work as an apt-get source for i386 > Linux. Please let me know if it doesn'

Re: [luau] ics412: operating systems

2002-10-26 Thread Jimen Ching
On Sat, 26 Oct 2002, William N Luoma wrote: > /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.4/collect2 -V -Y >P,/usr/ccs/lib:/usr/lib -Qy -o map >/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.4/crt1.o >/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.4/crti.o >/usr/ccs/lib/values-Xa.o >/usr/loca

Re: [luau] Postfix

2002-10-26 Thread eXt
> Postfix, like Sendmail, is only an SMTP server (MTA). > > You need to run a separate POP3 or IMAP server to download or read mail > on the server. I highly recommend IMAP rather than POP3 if you run your > own server. Try it and you will see why. > > In Red Hat or Mandrake the POP3 and IMAP

Re: [luau] Postfix

2002-10-26 Thread Warren Togami
Don't worry, questions are welcome. You ask good questions. The IMAP and POP servers from the "imap" package have no configuration files Oops, that should be "ipop3" instead of "pop3" below. Please try IMAP before you use POP3. It is considerably better when you run your own server. - Or

Re: [luau] ics412: operating systems

2002-10-26 Thread William N Luoma
I checked the /usr/ccs/lib directory. no relevant libs. Ran `nm -Cp libstdc++.a` and found the symbols for stl-inst.o, the object file for "instantiation" file stl-inst.cc. No references to my missing symbol. I think the lib just wasn't built right. Thanks for your time. Bill > /usr/local/lib/

Re: [luau] Postfix

2002-10-26 Thread eXt
I'm not recieving e-mails... i'm using imap and its not recieving anything...not local or from the I-net. and i know its running. > Don't worry, questions are welcome. You ask good questions. > > The IMAP and POP servers from the "imap" package have no > configuration files > > Oops, that s

Re: [luau] Postfix

2002-10-26 Thread Warren Togami
Then your SMTP server is either 1) Not receiving mail properly 2) Not delivering mail to a location where the IMAP server reads for your user. What Linux distribution are you using? - Original Message - From: eXt To: [EMAIL PROTECTED] Sent: Saturday, October 26, 2002 6:21 PM Subject: Re: