From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15159 invoked by alias); 14 Jul 2011 02:53:53 -0000 Received: (qmail 15147 invoked by uid 22791); 14 Jul 2011 02:53:52 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from omta01-pub.suddenlink.net (HELO omta01.suddenlink.net) (208.180.40.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jul 2011 02:53:38 +0000 Received: from YOUR1F7593437D ([173.218.216.167]) by omta01.suddenlink.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20110714025335.CXDV22118.omta01.suddenlink.net@YOUR1F7593437D> for ; Wed, 13 Jul 2011 21:53:35 -0500 Message-ID: <000301cc41d1$3dbda1f0$a7d8daad@YOUR1F7593437D> From: "Bill Cunningham" To: Subject: simple program Date: Thu, 14 Jul 2011 03:57:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00142.txt.bz2 I am just looking at the library and since everyone seems to start out with their first progam being "hello world" is there a way to do that with BFD? Maybe calling bfd_init(void) and then simply using bfd_perror to print a string? Or would there be a better way? I hope this is the appropriate list for this. There doesn't seem to be any otherlists except for CVS questions and bug reports. Bill