Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com List-Unsubscribe: List-Archive: List-Help: , Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <37A1E55D.B2D695B1@saul.cis.upenn.edu> Date: Fri, 30 Jul 1999 13:48:13 -0400 From: Radu Grosu Organization: UPenn X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: cygwin AT sourceware DOT cygnus DOT com Subject: Creating two dlls Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I want to create two dll libraries. The second depends on the first. I create the first one by adapting your make file for creating a dll and it works. I am exporting all symbols with --export-all-symbols. Then I want to create the second dll. Functions in the second one refer to symbols in the first dll. Although I exported the symbols in the first dll and I am importing the first dll I still get a lot of references undefined to the symbols in the first dll. What goes wrong? Any help will be greately appreciated. radu -- Dr. Radu Grosu School of Engineering and Applied Science Department of Computer and Information Science 200 South 33rd Street Philadephia, PA 19104-6389, USA Email: grosu AT saul DOT cis DOT upenn DOT edu Tel: (215)898-9511 Fax: (215)898-0587 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com