>>>>> "Stephen" == Stephen Torri <[EMAIL PROTECTED]> writes:
Stephen> I have my LDFLAGS variable set for a program as: Stephen> -L@top_srcdir@/src -lnestORB Use -L$(top_builddir)/src instead. top_srcdir points to the source tree, not the build tree. If the user doesn't configure in srcdir then the library won't be there. Stephen> "make distcheck" ../../src => (full) Stephen> /home/torri/src/nestORB/nestORB-0.51/src `distcheck' does a build where srcdir != builddir. This is done precisely to catch problems like the one above. Tom
