Displaying 4 results from an estimated 4 matches for "ac_path_xtra".
2004 Sep 10
1
-lm ordering
...objects determined by `configure'.
`_LDADD' is inappropriate for passing program-specific linker flags
(except for `-l', `-L', `-dlopen' and `-dlpreopen'). Use the
`_LDFLAGS' variable for this purpose.
For instance, if your `configure.in' uses `AC_PATH_XTRA', you
could link your program against the X libraries like so:
maude_LDADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS)
`maude_LDFLAGS'
This variable is used to pass extra flags to the link step of a
program or a shared library.
--
- mdz
2008 Apr 29
0
[PATCH] browser_plugin - kate support, build fixes, and misc
...n't be needed, so you may want to
> leave it out if you think so as well - it's odd as X11 using programs
> do configure fine on that box)
thanks for noticing, the configure script wasn't looking for the X11
install location at all. I've updated it to use the autoconf macro
AC_PATH_XTRA, which defines X_CFLAGS, X_LIBS etc. in changeset:3571
Let me know if this works for you or not; eg. it may be necessary to
also put X_EXTRA_LIBS etc. in src/Makefile.am.
> - bad pointer dereference fix (mouse callback)
I couldn't find that particular hunk, could you please provide a pa...
2004 Sep 10
2
-lm ordering
In order to compile flac-1.0 with Compaq C on FreeBSD/alpha, I
needed to move -lm to the end of the libraries, otherwise ccc would
complain about unresolved symbols. Patches below.
The result is nothing less than stunning. On my 21164A/500 box,
"ccc -fast" code is almost twice as fast as "gcc -O -mcpu=ev56",
1:11 vs. 2:03 for encoding a test track with default parameters.
2008 Apr 28
3
[PATCH] browser_plugin - kate support, build fixes, and misc
Hi,
this patch adds:
- kate support (what else) - this bumps the Javascript API to 1.1
- a few build fixes (note that the adding of -L/usr/X11/lib -lX11
looks suspect to me, that shouldn't be needed, so you may want to
leave it out if you think so as well - it's odd as X11 using programs
do configure fine on that box)
- bad pointer dereference fix (mouse callback)
- avoid the input