Recent content by zevik

  1. Z

    Undergrad ∆ energy when impacted by robot's arm

    Haim: Indeed, if you place your hand at point A, the impact speed will be larger, but the falling robot will not come to a full stop. Its center of mass will continue downwards. So part of the robot's kinetic energy is not transferred to the hand. Hence, your hand absorbs less than mgh in this...
  2. Z

    Migrating makefiles from Unix to Windows

    It works like a charm. Thanks story645 - this is a great collection.
  3. Z

    Migrating makefiles from Unix to Windows

    Thanks TylerH. In my case, I made sure that I have all the tools: ld, sed, compiler, make. but it still didn't work, so I was thinking that maybe the make itself (or some other tool) is using some slightly different syntax or something like that, and I was wondering - maybe there are some...
  4. Z

    Migrating makefiles from Unix to Windows

    How do I use a Unix-originated makefile on Windows Vista? Is there any simple guidelines for migrating the makefile such that it works?
  5. Z

    Ld.exe linking error in Windows.

    I think this problem has to do with the space character inside "C:\Program Files\...": I'm trying to use g77 on Vista. The makefile I'm using is supplied by the developer (it's for MadGraph), but when I "make", this is what I get: a bunch of successful "g77 -O -i4 -c <somename>.f" lines...