[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: HELP: problems compiling wine



In message <[🔎] 341FB179.529D@rf.no>, writes:
 
  >gcc -o wine controls/controls.o files/files.o graphics/graphics.o
  >graphics/metafiledrv/metafiledrv.o graphics/x11drv/x11drv.o ipc/ipc.o
  >loader/loader.o memory/memory.o misc/misc.o msdos/msdos.o
  >multimedia/multimedia.o objects/objects.o resources/resources.o
  >scheduler/scheduler.o win32/win32.o windows/windows.o
  >debugger/debugger.o graphics/win16drv/win16drv.o if1632/if1632.o
  >miscemu/miscemu.o   -lXpm -lXext -lX11  -lm
  >ld: cannot open -lXpm: No such file or directory
  >make: *** [wine] Error 1
  >
  >However libXpm is on the system. 

Try adding `-L /usr/X11R6/lib' to the command line, so that gcc knows where
to look for libXpm.  I think that, by default, it only looks in /lib
and in /usr/lib.

-- 
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                                  http://lfix.co.uk/oliver

PGP key from public servers; key ID 32B8FAA1

     Make it idiot-proof, and someone will breed a better idiot.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: