Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-ID: <025b01c4ba0b$e6b6c200$e6ec6f83@robinson.cam.ac.uk> From: "Max Bowsher" To: Subject: w32api 3.1 causes mysterious multiple definition errors Date: Sun, 24 Oct 2004 21:56:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned X-IsSubscribed: yes Note-from-DJ: This may be spam When compiling setup.exe, I get the following errors: /usr/lib/w32api/libadvapi32.a(dspes00177.o)(.text+0x0): multiple definition of `_FreeSid@4' autoload.o(.data+0x16b):autoload.c:83: first defined here /usr/lib/w32api/libadvapi32.a(dspes00026.o)(.text+0x0): multiple definition of `_AllocateAndInitializeSid@44' autoload.o(.data+0x149):autoload.c:83: first defined here /usr/lib/w32api/libadvapi32.a(dspes00253.o)(.text+0x0): multiple definition of `_InitializeAcl@12' autoload.o(.data+0x17c):autoload.c:83: first defined here /usr/lib/w32api/libadvapi32.a(dspes00013.o)(.text+0x0): multiple definition of `_AddAccessAllowedAce@16' autoload.o(.data+0x12c):autoload.c:83: first defined here /usr/lib/w32api/libadvapi32.a(dspes00357.o)(.text+0x0): multiple definition of `_OpenProcessToken@12' autoload.o(.data+0x193):autoload.c:83: first defined here /usr/lib/w32api/libadvapi32.a(dspes00479.o)(.text+0x0): multiple definition of `_SetTokenInformation@16' autoload.o(.data+0x1ad):autoload.c:83: first defined here They disappear if I roll w32api back to 2.5 and do a clean rebuild of setup.exe The extremely odd thing is that there are other advapi32 symbols used in the exactly the same way in the same file, which don't provoke similar errors. Does anyone have any ideas? Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/