Make Files...
Results 1 to 5 of 5

Thread: Make Files...

  1. #1
    Registered User
    Join Date
    Apr 2001
    Posts
    44

    Post Make Files...

    Okay well. I'm begining to experiment with the ruby programming language. Interesting though, the mySQL library needs to be made(bunch of files all packed into mysql.o), is there any way to replicate this in windows? Or do I need to grab the file from elsewhere?

    And finally, why does an include file need to be 'made' in the first place? Shouldn't a pre-compiled version be the same for all distributions considering this is not a binary?

    (hoping somone understands him)

  2. #2
    Registered User FooL's Avatar
    Join Date
    Nov 2000
    Location
    Uter
    Posts
    280

    Post

    Whoa! Haha. I just got done with intro to programming. C++. Looking at your title, I was going to give you some tips on fstream. After I read though, I THINK you're a little beyond that. Good luck!

  3. #3
    Registered User
    Join Date
    Sep 2000
    Posts
    1,965

    Post

    You could try, in DOS, typing type null>filename

    I'm not sure if that's going to work..I haven't had much sleep, but it's worth a shot.

  4. #4
    Registered User
    Join Date
    Apr 2001
    Posts
    44

    Post

    Well the whole ordeal is kinda a mess. the mysql.c can be compiled in a standard C compiler I assume, but it points to include files that points to other include files that point to still more include files... so this could get interesting. And this assumes the final product isn't another file that points to still more include files ;p

    I'm still a bit lost on 'compiling' this as it shouldn't be making a binary. Just an include file.

  5. #5
    Registered User
    Join Date
    Sep 2000
    Posts
    1,965

    Post

    I don't know C, so I won't be too much help. I'm the resident AS/400 guy.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •