From owner-freebsd-questions@FreeBSD.ORG Tue Feb 5 17:05:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17FC116A41B for ; Tue, 5 Feb 2008 17:05:07 +0000 (UTC) (envelope-from bhuvaneswari.ramkumar@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 812F813C478 for ; Tue, 5 Feb 2008 17:05:06 +0000 (UTC) (envelope-from bhuvaneswari.ramkumar@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2376877fgg.35 for ; Tue, 05 Feb 2008 09:05:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=BFxJJDn30bORwTFTCKZVtCoMtT0nOm42iMzbSPbk1Es=; b=EpBX85GjyFfkKfDLpY8IQB0Xkl6d/JGl0o2Ib3X984P3bGcKaTNg4Z1kkLFT/gY85+3z3+TORt7U9F9cGg8tH7ybjlFvJLGaafFk1HXtzUkeI/Fr3Exiox3PNec2UYgx3U/tBS/bOgr0Fnsrmpuzzt1/wGWusvGm261VEtBpcAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=vWWRZxDx+ZukR7iPEX1EVUfOdIIEBmAf8DAogn/83h8YWDK4ydzvLdd79jtDbIHQfxwz/UnRK09hMJ0P4Eq5eb0wVxftThuJwUxo5CHDVT1fkRufoJETm/eXGeoagKjveYoGUzcfOiGX/TkKPUQCrKjC9fP1tTfqe2Tx0InfKsE= Received: by 10.86.84.5 with SMTP id h5mr7999559fgb.53.1202231104956; Tue, 05 Feb 2008 09:05:04 -0800 (PST) Received: by 10.86.58.7 with HTTP; Tue, 5 Feb 2008 09:05:04 -0800 (PST) Message-ID: <7c7927920802050905g6bf8c3aeu484efd1d80f98281@mail.gmail.com> Date: Tue, 5 Feb 2008 11:05:04 -0600 From: "Bhuvaneswari Ramkumar" Sender: bhuvaneswari.ramkumar@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <20080205072409.73621f48@scorpio> MIME-Version: 1.0 References: <7c7927920802040954u948a5ebga929f11a2fa76a45@mail.gmail.com> <200802041929.32973.fbsd.questions@rachie.is-a-geek.net> <7c7927920802041036v79bc635h34c51f747384b0ad@mail.gmail.com> <200802042041.57804.fbsd.questions@rachie.is-a-geek.net> <7c7927920802041930y1b209944ice740f47d006cf83@mail.gmail.com> <20080205072409.73621f48@scorpio> X-Google-Sender-Auth: 8ea8ba572e1bd19d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Libnet in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2008 17:05:07 -0000 ok after that e-mail last night, I did try a make of the ports collection libnet after the make, everything looked fine, atleast I didnt notice anything missing in the log or config files but I still see the same problem, " undefined reference to libnet_init" and msgs liks that for every libnet call. I used -lnet too, but of no use, even did the changes in make file that mel had suggested in the previous post. So I dont know what the problem here is or if this is some incompatibility between how i have BSD and how I have libnet or probably they are not linking together or something like that. Otherwise I dont see why the compiler doesnt recognize any libnet function calls. Here is a question I have, I've worked in TinyOS before and I'm wondering if in Libnet we need a separate directory for each application with its own custom-written make file, or things can just be in one pool from where they are compiled. I do a simple cc -lnet filename.c compile. Is there something else I'm missing here ? Thanks Bhuvana