winevdm changes break non-Linux platforms

Gerald Pfeifer pfeifer at dbai.tuwien.ac.at
Sun Apr 27 04:41:22 CDT 2003


I'm sorry to bother you, but the following change

  Moved the functionality of starting Win16 and DOS programs from the
  common process startup into a separate winevdm application.

breaks non-Linux (actually "non-MZ" platforms as far as I can tell):

  /sw/test/wine/dlls/winedos% make
  /sw/gcc-3.2.2/bin/gcc -shared  -Wl,-Bsymbolic,-z,defs winedos.spec.o
  devices.o dma.o dosaspi.o dosconf.o dosvm.o fpu.o himem.o int09.o int10.o
  int11.o int12.o int13.o int15.o int16.o int17.o int19.o int1a.o int20.o
  int21.o int25.o int26.o int29.o int2a.o int2f.o int31.o int33.o int41.o
  int4b.o int5c.o int67.o interrupts.o ioports.o module.o relay.o
  soundblaster.o vga.o xms.o  winedos.dll.dbg.o -o winedos.dll.so
  -L../../dlls  -L../../libs/wine -lwine -L../../libs/unicode -lwine_unicode
  -L../../libs/port -lwine_port -lm -lc
  winedos.spec.o: In function `__wine_spec_exports_funcs':
  winedos.spec.o(.data+0x40): undefined reference to `wine_load_dos_exe'
  winedos.spec.o: In function `__wine_spec_exp_ordinals':
  winedos.spec.o(.data+0xd8): undefined reference to `wine_load_dos_exe'
  winedos.spec.o(.data+0xd1): undefined reference to `wine_load_dos_exe'
  collect2: ld returned 1 exit status
  *** Error code 1

Gerald
-- 
Gerald "Jerry"   pfeifer at dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/



More information about the wine-devel mailing list