Re: hello world

2005-06-17 Thread cdr
Dimi Paun wrote: They are true Linux binaries (ELF format) but they need a bit of setup (for Windows compat) _before_ they start. Am I correct in assuming (see above in thread) that in some previous wine version it *was* possible to produce stand-alone version? Any plans to make it possible

Re: hello world

2005-06-16 Thread Dimi Paun
From: cdr [EMAIL PROTECTED] Mkefile generated by winemaker creates type.exe.so; where I would expect either type.exe or simply type. What am I missing? Is the Makefile using winegcc to compile the app? If so, you should get 'type' as the executable. -- Dimi Paun [EMAIL PROTECTED] Lattica,

Re: hello world

2005-06-16 Thread cdr
Dimi Paun wrote: From: cdr [EMAIL PROTECTED] Mkefile generated by winemaker creates type.exe.so; where I would expect either type.exe or simply type. What am I missing? Is the Makefile using winegcc to compile the app? If so, you should get 'type' as the executable. Yes. (type.c is a

Re: hello world

2005-06-16 Thread Dimi Paun
From: cdr [EMAIL PROTECTED] $(CC) $(type_exe_LDFLAGS) -o $@ $(type_exe_OBJS) What is CC set to? -- Dimi Paun [EMAIL PROTECTED] Lattica, Inc.

Re: hello world

2005-06-16 Thread cdr
Dimi Paun wrote: That's fine it's supposed to do so. But it's also supposed to create a 'type' executable too (a batch file really). This is where I was (obviously) confused, all I can say in my defence is that Winelib User's Guide in Getting started implies that: (... You are done! Now you

Re: hello world

2005-06-16 Thread Dimi Paun
From: cdr [EMAIL PROTECTED] That's fine it's supposed to do so. But it's also supposed to create a 'type' executable too (a batch file really). This is where I was (obviously) confused, all I can say in my defence is that Winelib User's Guide in Getting started implies that: (...

Re: hello world

2005-06-16 Thread Scott Ritchie
On Thu, 2005-06-16 at 17:04 +, cdr wrote: Dimi Paun wrote: That's fine it's supposed to do so. But it's also supposed to create a 'type' executable too (a batch file really). This is where I was (obviously) confused, all I can say in my defence is that Winelib User's Guide in

Re: hello world

2005-06-16 Thread Dimi Paun
From: Scott Ritchie [EMAIL PROTECTED] Hmm, once I finish tackling the User's guide (Brian just sent me the work he did on the Winecfg section that still needs to be polished), Cool, let us know how it goes. Now that Alexandre switch the config to winecfg, it can go in. might be a very good