From owner-freebsd-questions Sat Apr 17 6:43:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spoofy.ghg.net (spoofy.ghg.net [208.144.174.250]) by hub.freebsd.org (Postfix) with ESMTP id E764214CCB for ; Sat, 17 Apr 1999 06:43:40 -0700 (PDT) (envelope-from spoofy@spoofy.ghg.net) Received: (from spoofy@localhost) by spoofy.ghg.net (8.9.2/8.9.2) id DAA05667 for freebsd-questions@freeBsd.org; Sat, 17 Apr 1999 03:41:42 -0500 (CDT) (envelope-from spoofy) Message-Id: <199904170841.DAA05667@spoofy.ghg.net> Date: Sat, 17 Apr 1999 03:41:41 -0500 (CDT) From: spoofy@ghg.net Subject: libnet? To: freebsd-questions@freeBsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi agian, I am not sure if you guys know about it yet but libNet is a c library for creating Network applications. I compiled and installed it but when i try compile my programs i get this: [spoofy] [/root]# gcc poink.c -o poink -lnet /usr/lib/libnet.so: file not recognized: File format not recognized [spoofy] [/root]# file /usr/lib/libnet.so /usr/lib/libnet.so: FreeBSD/i386 compact demand paged shared library not stripped [spoofy] [/root]# I know this may be libNet and not BSD that is the problem...but I was hoping you guys could help me understand what the problemm is? I have been coding in C for years and never got messages about shared librarys. Once agian thanks Johnathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message