octave-maintainers
[Top][All Lists]
Advanced

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

Re: $(FT2_LIBS) in missing in linling liboctinterp-3-3-50+.dll (was Re:


From: John W. Eaton
Subject: Re: $(FT2_LIBS) in missing in linling liboctinterp-3-3-50+.dll (was Re: link errors in linking liboctinterp.dll : Freetype Problem)
Date: Mon, 11 Jan 2010 00:41:31 -0500

On 10-Jan-2010, Tatsuro MATSUOKA wrote:

| I would like to propose the patch for src/Makefile.am to avoid freetype 
linking error during building
| shared liboctinterp library files.
| 
| > In src/Makefile.am in my source directory
| > 
| > OCTINTERP_LINK_DEPS = \
| >   $(RLD_FLAG) \
| >   ../liboctave/liboctave.la \
| >   ../libcruft/libcruft.la \
| >   ../libgnu/libgnu.la \
| >   $(FFTW_XLDFLAGS) $(FFTW_XLIBS) \
| >   $(HDF5_LDFLAGS) $(HDF5_LIBS) $(Z_LDFLAGS) $(Z_LIBS) \
| >   $(OPENGL_LIBS) $(X11_LIBS) $(CARBON_LIBS) \
| >   $(READLINE_LIBS) $(TERM_LIBS) \
| >   $(LIBGLOB) \
| >   $(LAPACK_LIBS) $(BLAS_LIBS) \
| >   $(LIBS) \
| >   $(FLIBS)
| > 
| > The above lacks $(FT2_LIBS). Perhaps this is origin of the error.

I made this change, but also added $(FT2_LDFLAGS) just before
$(FT2_LIBS).

Thanks,

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]