ld

Programming, for all ages and all languages.
Post Reply
chrisa128

ld

Post by chrisa128 »

Is there anyway to make it so that u can link more files with ld as the list is to long for it to work and it cutting some off.
Tim

Re:ld

Post by Tim »

Assuming you're using DJGPP, the best way is to upgrade to Cygwin.
chrisa128

Re:ld

Post by chrisa128 »

Where do I get this and what do you mean by upgrade, do I have to delete all my DJGPP files? And is it compatable with DJGPP?
Tim

Re:ld

Post by Tim »

You don't have to delete anything -- it's a completely separate program (it's an implementation of lots of Unix programs, including gcc and ld, for Windows). See http://www.cygwin.com/.
Post Reply