Thread: What libnet libraries to include with compile?

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    21

    What libnet libraries to include with compile?

    hi

    I intalled libnet library but I don't know which libraries to include when compiling source code.Same goes for libpcap.I searched the net but couldn't find anything

    Not so important but-I assume when I installed libnet that man pages were also installed.
    I looked into /usr/share/man but didn't find anything

    I hope you can help

  2. #2
    ~viaxd() viaxd's Avatar
    Join Date
    Aug 2003
    Posts
    246
    #include <libnet.h>
    try that

  3. #3
    Registered User
    Join Date
    May 2004
    Posts
    21
    I have this header included but that's just what libnet.h is..a header.It doesn't tell the compiler in which library particular functions are

  4. #4
    Registered User
    Join Date
    May 2004
    Posts
    21
    I found them.I guess I missed them somehow on the first look(libpcap.a and libnet.a).Can someone tell me so I can be certain,do libpcap and libnet each have only one library?

    If anyone knows where libnet installed man pages,if any?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C programing doubt
    By sivasankari in forum C Programming
    Replies: 2
    Last Post: 04-29-2008, 09:19 AM
  2. Cannot get interface flags: Invalid argument
    By nasim751 in forum C Programming
    Replies: 1
    Last Post: 04-15-2008, 02:27 AM
  3. limits.h problem!!
    By guitarist809 in forum C++ Programming
    Replies: 21
    Last Post: 04-13-2006, 10:28 PM
  4. Multiple include problem
    By VirtualAce in forum Game Programming
    Replies: 13
    Last Post: 02-04-2006, 06:09 PM
  5. to #include or not to #include
    By krygen in forum C++ Programming
    Replies: 9
    Last Post: 12-25-2004, 12:06 AM