From: flam AT oceanes DOT fr (flam) Subject: How to build an DLL ? 7 Oct 1997 18:17:08 -0700 Message-ID: <343A4EAB.F80.cygnus.gnu-win32@oceanes.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Hi everybody, I have created several functions in a file MY_LIBRARY.C I would like to create MY_LIBRARY.DLL. How can i do ? Apparently i would have first to create a .DEF : echo EXPORTS > MY_LIBRAIRIE.DEF Then nm Then ld --base-file Then dlltool <) I tried different maners and it does'nt work... What is the difference between relocatable DLL and non-relocatable DLL ? Thanks in advance. Salutations. flam - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".