Recent content by jonmcg

  1. J

    Compile a modified ping

    I want to do conditional analysis and ping continually depending on results of the previous pings. I need to do computation on the results. It is more of an interest if I can get a version of ping to do this . I can do it by writing a program to call ping with the right arguments but wondered...
  2. J

    Compile a modified ping

    make V=1 has given me a lot of stuff so hopefully can extract what I need to compile my own ping or work out where it puts the executable and then just change the original ping.c
  3. J

    Compile a modified ping

    LorenDB post may get me there. If I run make from the linux source directory and wait a few hours I see it compiles ping but I don't know if it links it, ie there is ping.o. The make puts out very little info on what the gcc command it is using. I don't see a log file anywhere but it may exist...
  4. J

    Compile a modified ping

    I forgot to ask at start if this was the right forum.
  5. J

    Compile a modified ping

    It will not help. I want ping to do 2 different IP addresses at same time.
  6. J

    Compile a modified ping

    Not for what I want.
  7. J

    Compile a modified ping

    I am using a Raspberry PI at the moment and used rpi_source
  8. J

    Compile a modified ping

    I would like to get ping to output data differently to how it currently does. I have installed the source and headers but have no idea what options gcc needs to compile ping.c. Any help appreciated.
Top