Search:

Type: Posts; User: mattnp12

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    27,607

    Where to install my gmp.h library?

    I'm doing some upcoming programming involving some math, and I need the GNU MP library for it. Where do I install it? I think it should probably go into some include folder, but I have a bunch of...
  2. Replies
    3
    Views
    8,247

    Alright, I think I got most of the way there, but...

    Alright, I think I got most of the way there, but not quite. I mistakenly configured and installed (I think) GNU on my desktop, but then moved it to my includes and tried again. This is my output. ...
  3. Replies
    3
    Views
    8,247

    Compiling GNU MP

    Hey guys,

    I'm a somewhat rookie C programmer and am going to need a bignum math library for some upcoming programs. I think I'm going to choose GNU MP, as it's quite popular and seems to work...
  4. Replies
    9
    Views
    4,120

    So I'm sure the solution isn't as easy as redoing...

    So I'm sure the solution isn't as easy as redoing the sudo command (not that I'd be sure what to include with them anyway), so am I in more trouble than a novice can handle? Or, ideally, is there a...
  5. Replies
    9
    Views
    4,120

    I got Xcode, which should have made this all...

    I got Xcode, which should have made this all easier, but I clearly messed something up. Could any of these commands have been potentially damaging?

    gcc -c -ggdb -std=c99 cs50.c -o cs50.o
    ar rcs...
  6. Replies
    9
    Views
    4,120

    Alright, I've located all of my include files,...

    Alright, I've located all of my include files, but am now having a hard time figuring out how to get gcc to redirect its path to that particular folder. I'm obviously a newbie (a couple days of...
  7. Replies
    9
    Views
    4,120

    Some Compiling Problems

    Hey all,

    I'm trying to compile a C program (something that writes a table, the code is fine, and not the issue) in my terminal (on an Apple). However, whenever I try to execute "gcc temp.c",...
Results 1 to 7 of 7