Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3B6EA1F1.CCBEC082@bpo.hp.com> Date: Mon, 06 Aug 2001 15:56:01 +0200 From: Josep Lluis Colom Organization: Hewlett-Packard Barcelona Division X-Mailer: Mozilla 4.75 [en] (X11; U; HP-UX B.10.20 9000/785) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Shared library question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I used autoconf/automake/libtool to write a package that builds two shared libraries in Linux, and it worked as expected. Now I'm trying to do the port to Windows. After installing Cygwin software. I can't build the shared libraries. After compiling the source modules, libtool complains with: "Warning: undefined symbols not allowed in i686-pc-cygwin shared libraries". Only '.a', '.la' and '.lai' files are built. Someone knows what its the pitfall? (I'm using the same source files I used in Linux platform. Is that ok? Shall I define some kind of dllexport like in plain Windows DLLs? There's some clear sample hot to do it?) Thanks. Josep L Colom jllcolom AT bpo DOT hp DOT com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/