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

Re: install question



Er - I forgot to check the library path order...

Quoting Michael Bogomolny:
> | > c++ -L../wxxt/utils/image/src  -L../wxxt/contrib/xpm/lib
> | > -L/lusr/X11R6/lib -R/lusr/X11R6/lib -L../mzscheme -Lwxs -Lwxme
> | > -L../wxxt/src -L../wxcommon/jpeg [...]

Does your /lusr/X11R6/lib/ have a libjpeg.*?

If so, in src/mred/Makefile, try changing

MREDLDFLAGS = -L../wxxt/utils/image/src  -L../wxxt/contrib/xpm/lib $(LDFLAGS)
              -L../mzscheme -Lwxs -Lwxme -L../wxxt/src -L../wxcommon/jpeg

to

MREDLDFLAGS = -L../wxxt/utils/image/src -L../wxxt/contrib/xpm/lib -L../mzscheme
              -Lwxs -Lwxme -L../wxxt/src -L../wxcommon/jpeg  $(LDFLAGS)

I belive that's what it should be, anyway.

Matthew