Dave Korn wrote: > [EMAIL PROTECTED]' > autoload.o(.data+0x12c):/usr/build/obj-apps/../apps/setup/autoload.c:83: first d > efined here > /usr/lib/w32api/libadvapi32.a(dspes00357.o)(.text+0x0): multiple definition of ` > [EMAIL PROTECTED]' > autoload.o(.data+0x193):/usr/build/obj-apps/../apps/setup/autoload.c:83: first d > efined here > /usr/lib/w32api/libadvapi32.a(dspes00479.o)(.text+0x0): multiple definition of ` > [EMAIL PROTECTED]' > autoload.o(.data+0x1ad):/usr/build/obj-apps/../apps/setup/autoload.c:83: first d > efined here > collect2: ld returned 1 exit status > make[2]: *** [setup.exe] Error 1 > make[2]: Leaving directory `/usr/build/obj-apps' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/build/obj-apps' > make: *** [all] Error 2 > ------------------------------<s > Dave,
Are you using w32api version 3.1.1 because I found that once I fixed the underquoting problem for aclocal and then tried to build setup with 3.1.1 it still failed with the above. A rollback to w32api version 2.5.1 resolved the above and allowed the build to complete. Have not had a chance yet to see why the multiple definitions occur with newer version. bk -- 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/