Re: [winegcc01] Don't use BINDIR to spawn subprograms

2003-08-14 Thread Richard Cohen
Dimitrie O. Paun wrote: On August 13, 2003 09:49 pm, Richard Cohen wrote: Just using $PATH to find stuff makes it much easier to spawn off tools when running within the tree. Changelog: Remove hardcoded BINDIR paths Yes, this is a problem -- eventually we want to use these things from

Re: [winegcc03] winewrap can handle the default output name

2003-08-14 Thread Richard Cohen
Dimitrie O. Paun wrote: The reason I've handled it in winegcc rather than winewrap is that this seems to be a (historical) feature that's specific to gcc, and there doesn't seem to be any reason to have such a feature perpetuated in winewrap. winegcc - gcc, winewrap-ld $ man ld ... -o

Re: [winegcc06] Delayed import

2003-08-14 Thread Richard Cohen
Dimitrie O. Paun wrote: On August 13, 2003 10:08 pm, Richard Cohen wrote: This is not cool -- winegcc is supposed to be command line compatible with mingw-gcc, and -d conflicts with gcc's -d: Having the option in winewrap is OK, there we control the options. If this feature is useful in Windows

Re: problem with apps in desktop mode

2003-08-19 Thread Richard Cohen
Dmitry Timoshkov wrote: Raphal Junqueira [EMAIL PROTECTED] wrote: When I try running InstallShield in windowed mode (Desktop = 640x480 as per default in config), window appears for a second and then dissapears printing this message: X Error of failed request: BadMatch (invalid parameter

Re: [winegcc06] Delayed import

2003-08-19 Thread Richard Cohen
Dimitrie O. Paun wrote: On August 14, 2003 05:30 am, Richard Cohen wrote: winegcc -mwindows grotto.c -Wl,--delay-lib,comdlg32 Yes, this works better, but I'm curious why the gcc people don't support it? Did you check the mingw docu for this feature? http://sourceforge.net/mailarchive

Re: winegcc

2003-08-20 Thread Richard Cohen
[EMAIL PROTECTED] wrote: I've just updated via cvs, and I get this [EMAIL PROTECTED] Wine]$ winegcc -mwindows 01-biditest.c /tmp/wappZjLo5B.spec.o(.text+0x1010a): In function `__wine_exe_main': : undefined reference to `WinMain' collect2: ld returned 1 exit status Error: gcc failed. Error: