From owner-freebsd-hackers Mon Apr 26 10:42:17 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from november.jaded.net (november.jaded.net [209.90.128.250]) by hub.freebsd.org (Postfix) with ESMTP id 0962714F19 for ; Mon, 26 Apr 1999 10:42:10 -0700 (PDT) (envelope-from dan@november.jaded.net) Received: (from dan@localhost) by november.jaded.net (8.9.3/8.9.3+trinsec_nospam) id NAA41647 for hackers@freebsd.org; Mon, 26 Apr 1999 13:46:34 -0400 (EDT) Date: Mon, 26 Apr 1999 13:46:33 -0400 From: Dan Moschuk To: hackers@freebsd.org Subject: dlopen() and family? Message-ID: <19990426134633.A41603@trinsec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I'm having a small problem with using the dlopen() interface. More specifically, I'm not entirely sure how to compile the shared objects. Here are the compile options and the errors I get: cc -aout -c dlopen() -- Invalid file format cc -Wl,-export-dynamic dlopen() -- mmap returned wrong address: wanted ... cc -c dlopen() -- Unsupported file type Suggestions? -Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message