installkernel

2006-06-06 Thread Jonathan Herriott
llow the directions for updating, including the requirement to run mergemaster -p. As far as the Makefile goes, I am building and installing the makefile correctly. Is there anything else I need to add? Thanks, Jonathan Herriott ___ freebsd

Building Kernel

2006-06-02 Thread Jonathan Herriott
Hi, I'm having trouble rebuilding my kernel (first time). It's actually happening in a linking stage. I tried deleting all of my /usr/src directory and using cvsup to get a fresh stable copy, but it's still wigging out. The method I am using is "make buildkernel KERNCONF=MYKERNEL." Here's the

pkg_add gnuplot

2006-05-04 Thread Jonathan Herriott
Hey, I'm trying to add the package gnuplot, and when I do, it goes and tries to add another necessary package pdflib. The issue is that it cannot find pdflib. I get the following: pkg_add -r gnuplot Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.0-release/Latest/gnuplot.tbz..

USB Mouse on Laptop

2006-05-02 Thread Jonathan Herriott
Hi! I currently just fixed moused to start up using my laptop's mousepad in /etc/rc.conf using the following options: moused_enable="YES" moused_port="/dev/psm0" moused_flags="" #This is another problem of mine, I can't get the four extra buttons on my mousepad to work because I don't know w

Re: pow function working unexpectedly

2006-04-11 Thread Jonathan Herriott
Yes, thank you. I wasn't going to report it as a bug after you pointed out my blatant mistake. Thanks again for the info. Jon On 4/11/06, Nicolas Blais <[EMAIL PROTECTED]> wrote: > On Tuesday 11 April 2006 19:24, Colin Percival wrote: > > Andy Reitz wrote: > > > So, clearly, something is optimi

Re: pow function working unexpectedly

2006-04-11 Thread Jonathan Herriott
main() > > > > { > > > > printf("%f\n", pow(2,3)); > > > > return 0; > > > > } Thanks, Jon On 4/11/06, Nicolas Blais <[EMAIL PROTECTED]> wrote: > On Tuesday 11 April 2006 19:07, Jonathan Herriott wrote: > > Question then. Why woul

Re: pow function working unexpectedly

2006-04-11 Thread Jonathan Herriott
Question then. Why would it work when I don't use variables if I don't include the library? This question is just out of curiosity. On 4/11/06, Nicolas Blais <[EMAIL PROTECTED]> wrote: > On Tuesday 11 April 2006 18:54, Jonathan Herriott wrote: > > I just want to make

pow function working unexpectedly

2006-04-11 Thread Jonathan Herriott
ng error: /var/tmp//ccxtkMwv.o(.text+0x45): In function `main': : undefined reference to `pow' If I comile with g++, I have no issues. Are these results that I should have? If so, why? If not, I'm going to submit the bug on gcc (or the linker, but I'm guessin

Re: C Program to execute programs in same console

2006-04-05 Thread Jonathan Herriott
tem/execvp call. > > so, maybe you should define what you really want to achieve. for > example, qdvd-author runs alls kinds of external programs to generate > thumbnails and slideshows for example. > > anybody please correct me if i am wrong. > > regards, > > usleep

Re: C Program to execute programs in same console

2006-04-04 Thread Jonathan Herriott
Thanks for the suggestion. I haven't tried it yet, but I'll post if I get it working. Thanks, Jon On 4/3/06, cpghost <[EMAIL PROTECTED]> wrote: > On Mon, Apr 03, 2006 at 05:45:19PM -0400, Bill Moran wrote: > > On Mon, 3 Apr 2006 21:39:11 +0000 > > "Jonathan

C Program to execute programs in same console

2006-04-03 Thread Jonathan Herriott
Hi! I've come into an interesting problem I've been trying to figure out. For no other reason than my own interest, I've been trying to get a c program to execute other programs in the current console I am in (using kde if that helps). I tried using system() and execvp() calls to try and execute

Acer 803lci Synaptic Mouse and KDE

2006-02-02 Thread Jonathan Herriott
When I went to configure Xorg, I could not get my mousepad to work. I was just wondering if there are any drivers or packages I need to download to get my synaptic mousepad working. I couldn't find anything on the mailing list previously except for one that at least had it partially working. Tha

Touchpad Mouse and Battery Monitoring

2006-01-25 Thread Jonathan Herriott
Hi, I've been trying to get my touchpad mouse working. I am able to get a USB mouse working no problem, but when I went into xorgcfg and tried to setup another mouse, it had issues. I eventually gave up at that point so I could get everthing else working well enough to get on the internet and se

fd_set

2005-08-17 Thread Jonathan Herriott
me in the right direction? Thanks, Jonathan Herriott. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"