RE: Why do I need to be a %^#$# programmer to use Linux?

2002-09-19 Thread deFreese, Barry
] "Technology doesn't make you less stupid; it just makes you stupid faster." Jerry Gregoire - Former CIO at Dell -Original Message- From: nate [mailto:[EMAIL PROTECTED]] Sent: Friday, September 13, 2002 3:16 PM To: [EMAIL PROTECTED] Subject: RE: Why do I need to be a %^#$# programm

RE: Why do I need to be a %^#$# programmer to use Linux?

2002-09-19 Thread nate
deFreese, Barry said: > Nate, > > OK, so I gave in and re-compiled my kernel. Had some issues but got > through it. > > I can now run the rpm --rebuild command as you have done below with no > problems. However, when I go to actually make the digi files, I get a > bunch of dependency errors. It

RE: Why do I need to be a %^#$# programmer to use Linux?

2002-09-19 Thread deFreese, Barry
sage- From: nate [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 4:26 PM To: [EMAIL PROTECTED] Subject: RE: Why do I need to be a %^#$# programmer to use Linux? deFreese, Barry said: > Nate, > > OK, so I gave in and re-compiled my kernel. Had some issues but got > throu

Re: Why do I need to be a %^#$# programmer to use Linux?

2002-09-19 Thread Steve Juranich
> OK, stupid n00b question coming. How can I capture the screen output in my > terminal to a file so I can show you the errors that I am getting? I tried > outputting or piping to a file and it doesn't work. Is there some way for > me to capture the screen output to a file?? ( You know in winbl

RE: Why do I need to be a %^#$# programmer to use Linux?

2002-09-19 Thread nate
deFreese, Barry said: > OK, stupid n00b question coming. How can I capture the screen output in > my terminal to a file so I can show you the errors that I am getting? I > tried outputting or piping to a file and it doesn't work. Is there some > way for me to capture the screen output to a file

RE: Why do I need to be a %^#$# programmer to use Linux?

2002-09-19 Thread deFreese, Barry
2 4:45 PM To: [EMAIL PROTECTED] Subject: RE: Why do I need to be a %^#$# programmer to use Linux? deFreese, Barry said: > OK, stupid n00b question coming. How can I capture the screen output in > my terminal to a file so I can show you the errors that I am getting? I > tried outputti

RE: Why do I need to be a %^#$# programmer to use Linux?

2002-09-19 Thread nate
deFreese, Barry said: > Nate, > > Your a God among us mere newbies. I pulled down alien, created a deb > package from the rpm and it installed beautifully.. > > Course, now I am getting hardware problems running digiConf but that's my > area of familiarity! > > Thanks again for all of your help!!

RE: Why do I need to be a %^#$# programmer to use Linux?

2002-09-19 Thread deFreese, Barry
PM To: deFreese, Barry Cc: 'nate'; [EMAIL PROTECTED] Subject: Re: Why do I need to be a %^#$# programmer to use Linux? > OK, stupid n00b question coming. How can I capture the screen output in my > terminal to a file so I can show you the errors that I am getting? I tried > outputtin

Re: Why do I need to be a %^#$# programmer to use Linux?

2002-09-20 Thread Bob Proulx
nate <[EMAIL PROTECTED]> [2002-09-19 16:44:27 -0700]: > as someone else pointed out you can redirect the output which is the > easiest method, I do it this way: > > rpm --rebuild filename.src.rpm >&/tmp/rebuild.log > > (you won't see anything on the screen until the command completes) If you wa

Re: Why do I need to be a %^#$# programmer to use Linux?

2002-09-20 Thread Gerhard Gaussling
Am Samstag, 14. September 2002 01:08 schrieb Colin Watson: > > However, when I try to create the packages it fails trying to > > include some functions from asm/io.h and asm/pgtable.h. > > Both those files are in the libc6-dev package, which you should > install if you want to compile pretty much