X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=2.1 required=5.0 tests=AWL,BAYES_50 X-Spam-Check-By: sourceware.org Message-ID: <20090801230942.92t1aagyw6re88o4@mail.syntheticsw.com> Date: Sat, 01 Aug 2009 23:09:42 +0200 From: Torsten Giebl To: cygwin AT cygwin DOT com Subject: Prefix like cyg and lib of DLLs ? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.6) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hello ! Where does the prefix of DLLs for example cyg* and lib* come from ? Is it something that is internal fixed or can i change that ? That a library has the cyg prefix for example cygpng is okay to me, as it shows it was compiled for the special usage with CYGWIN, but i would like to get rid of the lib prefix when compiling with -mno-cygwin. When creating DLLs by hand with gcc -shared -o .... i can name the DLL as i want, but what is for example with libpng, where is defined that the DLL it creates, is called libpng... ? DLLs created with Visual C++, usually don't come with the lib prefix and i am trying to go with the same name. Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple