Search:

Type: Posts; User: CCompiler

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    3,159

    See now that last paragraph was helpful (not that...

    See now that last paragraph was helpful (not that I didn't already think of that, but at least it was intended helpfully). So why cop the attitude before then? I mean, what's the real issue here? If...
  2. Replies
    19
    Views
    3,159

    What exactly did I admit to? That someone helped...

    What exactly did I admit to? That someone helped me figure out how to compile? That's the same thing I already said. Read a little closer next time.
    Why do I bother you so much? Who's ears are...
  3. Replies
    19
    Views
    3,159

    I have no idea what this means. But aren't you...

    I have no idea what this means. But aren't you busy with your full-time job and family and what-not?
    P.S. Is English your first language?
  4. Replies
    19
    Views
    3,159

    Whoops, I missed one of your points: I already...

    Whoops, I missed one of your points: I already wrote the program in Matlab. Now we need it in C. But thanks for your idea (that was not sarcastic).
  5. Replies
    19
    Views
    3,159

    Are you sure you've exhausted all the excusable...

    Are you sure you've exhausted all the excusable reasons? Are you sure my thesis is even "do" this semester? And if so, why does phantom even care? Who is he to judge and insult me (notice his post...
  6. Replies
    19
    Views
    3,159

    I don't know. It seems like you're the one who's...

    I don't know. It seems like you're the one who's obsessed with me. You don't know anything about me or what's been holding up our project, but assume what you will. Are you projecting yourself onto...
  7. Replies
    19
    Views
    3,159

    Gee, thanks for the scolding phantom. It's not...

    Gee, thanks for the scolding phantom. It's not like I have been goofing off, either. I have a life and a job and family, too. If there is a college student here who'd like some extra work, fine. If...
  8. Replies
    19
    Views
    3,159

    C Tutor Needed

    I hope you guys don't mind this posted here:

    I need a C Tutor to help me finish my math graduate thesis. I need to write a two programs in C, using a library called CVODE on a cluster running...
  9. Hey all. I lucked out when a friend of a friend...

    Hey all. I lucked out when a friend of a friend who has good Linux experience agreed to help me. It's a good thing, too, because I was waaay off. You all couldn't help me because I didn't understand...
  10. I did run ./configure. This is how I installed...

    I did run ./configure. This is how I installed the program:

    $ cd cvode-2.6.0
    $ mkdir builddir
    $ ./configure --prefix=/home/schwarz/sundials/srcdir/instdir --enable-examples...
  11. Hi Salem. I'm not following you. What is the...

    Hi Salem. I'm not following you. What is the option which tells what to look for (I paged through the 12000 pages of man gcc), and what are the choices. Thanks.
  12. Library's library can't be found (Stupid newbie needs help compiling)

    This is a followup to this. I made a little bit of progress, but I'm still flummoxed. I have a more specific question this time.

    I am trying to compile a sample program which came with a software...
  13. Salem, thanks for helping out. I'm using...

    Salem, thanks for helping out.

    I'm using '/home/<username>/sundials/cvode-2.6.0' as the project root. Here's what I get



    I recall creating the name instdir during one attempt at...
  14. I had to do the install in my own account, so all...

    I had to do the install in my own account, so all the files are in '/home/<myusername>'.

    There is an include directory, '/home/<username>/sundials/cvode-2.6.0/include', but it has only...
  15. Here are the steps I used to do the install: $...

    Here are the steps I used to do the install:
    $ tar xzf cvode-2.6.0.tar.gz
    $ cd cvode-2.6.0
    $ mkdir builddir
    $ ./configure --prefix=/home/<username>/sundials/srcdir/instdir --enable-examples$
    $...
  16. This was not a routine install. I have an include...

    This was not a routine install. I have an include directory, but it has no files in it . There is no directory called lib​, so I had to look for the library directory, too.

    Anyway, I came up with...
  17. OK. I have to go figure out where the correct...

    OK. I have to go figure out where the correct include and lib directories are. I'll report back. Thanks.
  18. I should have mentioned that I already tried...

    I should have mentioned that I already tried that. Here is the output I got (I can't get this to display correctly, so attaching it, too): 11419

    $ gcc cvAdvDiff_non_p.c -o ...
  19. Need a jumpstart compiling using GCC in BASH/Linux

    Hi. I have some programming background coding for applications (think things like coding for Excel, MS Word, etc.). But I'm back in school and for my math thesis I need to compile a C program using...
Results 1 to 19 of 19