make[1]: Entering directory `/home/michael/my_cvs/wine-cvs/wine/miscemu' gcc -o wine -Wl,--section-start,.interp=0x3c000100 main.o -L../dlls -lntdll.dll -L../libs/wine -lwine -L../libs/unicode -lwine_unicode -L../libs/port -lwine_port ../dlls/libntdll.dll.so: undefined reference to `Beep' collect2: ld returned 1 exit status make[1]: *** [wine] Error 1 make[1]: Leaving directory `/home/michael/my_cvs/wine-cvs/wine/miscemu' make: *** [miscemu] Error 2 -- -- "Catch the Magic of Linux..." -------------------------------------------------------- Michael Peddemors - Senior Consultant LinuxAdministration - Internet Services NetworkServices - Programming - Security Wizard IT Services http://www.wizard.ca Linux Support Specialist - http://www.linuxmagic.com LinuxMagic is a Registered TradeMark of Wizard Tower TechnoServices Ltd. -------------------------------------------------------- (604)589-0037 Beautiful British Columbia, Canada
On Thu, 2003-05-22 at 09:28, Michael Peddemors wrote:> make[1]: Entering directory `/home/michael/my_cvs/wine-cvs/wine/miscemu' > gcc -o wine -Wl,--section-start,.interp=0x3c000100 main.o -L../dlls > -lntdll.dll -L../libs/wine -lwine -L../libs/unicode -lwine_unicode > -L../libs/port -lwine_port > ../dlls/libntdll.dll.so: undefined reference to `Beep' > collect2: ld returned 1 exit status > make[1]: *** [wine] Error 1 > make[1]: Leaving directory `/home/michael/my_cvs/wine-cvs/wine/miscemu' > make: *** [miscemu] Error 2When did you last update from CVS? I had problems until this morning's update. I then did a make clean and re-ran configure because some of the lower-level Makefiles had changed, which caused the first attempt to barf. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 244 bytes Desc: This is a digitally signed message part Url : http://www.winehq.org/pipermail/wine-users/attachments/20030522/d727e865/attachment.pgp
Michael Peddemors wrote:> make[1]: Entering directory `/home/michael/my_cvs/wine-cvs/wine/miscemu' > gcc -o wine -Wl,--section-start,.interp=0x3c000100 main.o -L../dlls > -lntdll.dll -L../libs/wine -lwine -L../libs/unicode -lwine_unicode > -L../libs/port -lwine_port > ../dlls/libntdll.dll.so: undefined reference to `Beep' > collect2: ld returned 1 exit status > make[1]: *** [wine] Error 1 > make[1]: Leaving directory `/home/michael/my_cvs/wine-cvs/wine/miscemu' > make: *** [miscemu] Error 2 >It looks like a fix went into today's CVS.