Re: linking with fltk-1.1

2002-02-12 Thread Tim Van Holder
On Wed, 2002-02-13 at 03:01, Ted Irons wrote: > We are using cygwin (1.3.9) with fltk-1.1 on a > Windows NT machine. > > Our C++ package uses autoconf, automake, and > libtool to maintain the build system. > CXXFLAGS contains -DWIN32. > LDFLAGS contains -no-undefined and -mwindows. > configure.ac

linking with fltk-1.1

2002-02-12 Thread Ted Irons
We are using cygwin (1.3.9) with fltk-1.1 on a Windows NT machine. Our C++ package uses autoconf, automake, and libtool to maintain the build system. CXXFLAGS contains -DWIN32. LDFLAGS contains -no-undefined and -mwindows. configure.ac contains the AC_LIBTOOL_WIN32_DLL. However, when I run config

Coding absolute paths into shared libraries

2002-02-12 Thread Wolfgang Bangerth
Hi there, in developing the deal.II library [1], we usually have several checked-out trees in our directories (e.g. one with CVS HEAD, one with a branch, and one configured to use an obscure 3rd party lib). Likewise, in parallel directories, we have several copies of our application programs. Sin