Re: AC_PATH_XTRA and -rpath?

Re: AC_PATH_XTRA and -rpath?

WebFor instance, if your configure.ac uses AC_PATH_XTRA, you could link your program against the X libraries like so: maude_LDADD = $(X_PRE_LIBS) $(X_LIBS) … WebDebian has a patch to make AC_PATH_XTRA more sane and check for -lX11 instead of -lXt: autoconf (2.59a-4) unstable; urgency=low * AC_PATH_X now checks for X11/Xlib.h … andersen a3 http://web.mit.edu/gnu/doc/html/autoconf_4.html andersen a2 user manual WebPer the autoconf documentation, AC_PATH_X should set the shell variable x_includes if any such directory is not known about by the compiler by default; similarly, AC_PATH_XTRA should set the substitution X_CFLAGS.It seems that, indeed, gcc does not know about /usr/X11R6/include; however, x_includes does not get set when running configure. WebMacro: AC_PATH_XTRA. @maindex PATH_XTRA @ovindex X_CFLAGS @ovindex X_LIBS @ovindex X_EXTRA_LIBS @ovindex X_PRE_LIBS An enhanced version of AC_PATH_X. It adds the C compiler flags that X needs to output variable X_CFLAGS, and the X linker flags to X_LIBS. If X is not available, adds `-DX_DISPLAY_MISSING' to … bach fantasia in c minor bwv 906 imslp WebPatrick Welche writes: > so the -R made it, and all is well :-) > > I can't check the opposite though: do systems that don't want rpath get > one now? Yes, they …

Post Opinion