Thread: configure + header files

  1. #1
    Registered User Annonymous's Avatar
    Join Date
    Apr 2011
    Location
    Jackson, New Jersey, United States
    Posts
    302

    configure + header files

    I am trying to port ettercap-NG-0.7.3 to my iPhone 4. I downloaded the tar.ga package. I installed, unpacked, configured, but receive multiple errors. I combed thru the conf.log and fixed the pthread error so far. My question, the log shows missing header files. I go to google and type Koders code search <name of header>, I download and place it into the include folder of my phone. Not ettercap. So I re configure and still receiving the missing header error. More specifically it says
    Code:
    checking dl.h usability ...no
    checking dl.h presence ...no
    checking for dl.h ...no
    What am I doing wrong?
    By the way, I know just the other day I was asking about linked lists but I got bored with it and have been messing around with this. This is not a job, not for school, it's a hobby so. I hope this is not a big deal the jumping around. Thanks

  2. #2
    Registered User Annonymous's Avatar
    Join Date
    Apr 2011
    Location
    Jackson, New Jersey, United States
    Posts
    302
    I figure that I am adding the header files to the phone instead of the ettercap program. Now if I go into the ettercap include folder, it's not regular header files like malloc.h they have an ec_ prefix. I can't figure this out forthe life of me. A push in the right direction would be awesome!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 10-13-2010, 04:36 AM
  2. how to pass ./configure parameters to header files
    By fadey in forum C Programming
    Replies: 1
    Last Post: 08-06-2007, 11:17 AM
  3. Linking header files, Source files and main program(Accel. C++)
    By Daniel Primed in forum C++ Programming
    Replies: 3
    Last Post: 01-17-2006, 11:46 AM
  4. include library header in header files
    By Raison in forum C++ Programming
    Replies: 6
    Last Post: 09-27-2004, 02:50 AM
  5. Make and configure files
    By gustavosserra in forum C++ Programming
    Replies: 2
    Last Post: 09-07-2003, 07:54 PM

Tags for this Thread