Displaying 20 results from an estimated 196 matches for "lx11".
Did you mean:
0x11
2005 Jan 18
1
X11 installation problem Linux X86_64
...time posting, so forgive my ignorance. I've searched high
and low but haven't come across the specific answer to my questions.
configure runs fine, then make gives this error:
...
gcc -shared -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo
rbitmap.lo -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -lreadline -ldl
-lncurses -lm
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so when searching
for -lX11
/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.a when searching
for -lX11
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status
make[4]: **...
2003 Dec 08
2
libtheora-1.0alpha2.tar.gz make fails
...d
player_example.c:1:1: warning: this is the location of
the previous definition
/bin/sh ../libtool --mode=link gcc -O2 -D_REENTRANT
-all-static -o player_example player_example.o
../lib/libtheora.la -logg -lm -L/usr/local/lib
-Wl,-rpath,/usr/local/lib -lSDL -lpthread -lm -ldl
-L/usr/X11R6/lib -lX11 -lXext -lvorbis -lpthread
gcc -O2 -D_REENTRANT -static -o player_example
player_example.o -Wl,-rpath -Wl,/usr/local/lib
../lib/.libs/libtheora.a -L/usr/local/lib
/usr/local/lib/libSDL.a -L/usr/X11R6/lib -ldl -lX11
-lXext /usr/local/lib/libvorbis.a -lm
/usr/local/lib/libogg.a -lpthread
/usr/bin/l...
2005 Dec 14
3
R-beta: configure problem (tcltk) on 64 bit Red Hat EL
...ed for in that directory when
testing compiling/linking Tcl/Tk:
configure:35654: checking for X
configure:35892: result: libraries /usr/X11R6/lib64, headers /usr/X11R6/include
configure:36088: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib64 conftest.c -ldl -lm -L/usr/X11R6/lib64 -lX11 >&5
configure:36094: $? = 0
configure:36098: test -z
|| test ! -s conftest.err
configure:36101: $? = 0
configure:36104: test -s conftest
configure:36107: $? = 0
[...]
configure:38437: checking whether compiling/linking Tcl/Tk code works
configure:38480: gcc -o confte...
2005 Nov 25
1
Problems compiling R under AIX 4.3
...mau/sy/R-2.2.0/src/modules/X11'
make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11'
/usr/local/bin/gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall
-Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo
rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg -lpng -lz
/usr/local/lib/gcc/powerpc-ibm-aix4.3.2.0/3.4.3/../../../../powerpc-ibm-aix4.3.2.0/bin/ld:
-static and -shared may not be used together
collect2: ld returned 1 exit status
make[1]: *** [R_X11.so] Error 1
make[1]: Leaving directory `/home/mau/sy/R-2.2.0/src/modules/X11'
make: *...
2000 Jun 16
2
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
...insists on resolving libm at the shared
libs build stage.
> Which brings up the question: Can you use TK_LIBS instead of TK_XLIBSW
> during configure? Excerpt from tkConfig.sh on my machine:
>
> # Linker switch(es) to use to link with the X11 library archive.
> TK_XLIBSW='-lX11'
>
> # Additional libraries to use when linking Tk.
> TK_LIBS='-lX11 -lld -lm'
>
> The '-lld' wouldn't hurt, would it?
> Maybe the following would work for configure?
>
> case "${host}" in
> *aix*)
> LIBS="-ltk${TK...
2010 Dec 25
2
Compiling wine for Debian?
...ustration with Debian's out-of-date versions of Wine has reached the point that I'm willing to push my boundaries a bit and compile it from source. I've run apt-get build-dep wine-unstable, but there is still a 'make' error I'm not sure how to fix:
/usr/bin/ld: cannot find -lX11
I am using 64-bit Debian unstable.
2005 Dec 05
0
Compiling R under AIX 4.3
...owing problem with dynamic linking:
make[4]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11'
/usr/local/bin/gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry
-Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so
dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg
-lpng -lz
/usr/local/lib/gcc/powerpc-ibm-aix4.3.2.0/3.4.3/../../../../powerpc-ibm-aix4.3.2.0/bin/ld: -static and -shared may not be used together
collect2: ld returned 1 exit status
make[4]: *** [R_X11.so] Error 1
If I add -Wl,-G the same error!
If I unset SHLIB_LDFLAGS
% $MAKE SHLIB_LD...
2004 Dec 08
1
install bug with specific JPEG library by exporting CPPFLAGS variable
...ssage (in french sorry):
------------------------------------------------------------------------------
make[4]: Entre dans le repertoire `/mnt/softs/R/R-2.0.1/src/modules/X11'
gcc -shared -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo
rotated.lo rbitmap.lo -lSM -lICE -L/usr/X11R6/lib -lX11 -ljpeg
-lpng -lz -lreadline -ldl -lncurses -lm
/usr/bin/ld: ne peut trouver -ljpeg
collect2: ld a retourne 1 code d'?tat d'ex?cution
make[4]: *** [R_X11.so] Erreur 1
make[4]: Quitte le repertoire `/mnt/softs/R/R-2.0.1/src/modules/X11'
make[3]: *** [R] Erreur 2
make[3]: Quitte le reper...
2007 Feb 13
2
anyone has C++ STL classes stability issue if used with R
...ters_magick.o filters_morph.o
filters_propagate.o filters_thresh.o filters_watershed.o init.o io.o
object_counting.o tools.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender
-lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib
-L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lMagick -llcms -ltiff
-lfreetype -ljasper -ljpeg -lpng -lXext -lSM -lICE -lX11 -lbz2 -lxml2
-lz -lpthread -lm -lpthread
--------------------------------------------------------------------------...
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
...plot.o plots.o plugins.o print.o session.o smooth.o ui.o utils.o
-pthread -L/usr/local/lib -lggobi -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama
-lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lgio-2.0
-lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig
-lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
installiert nach /usr/local/lib/R/library/rggobi/libs
** R
** data
** moving datasets to lazyload DB
** demo
** preparing package for lazy loading
------------------------------------------------------
A...
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
...plot.o plots.o plugins.o print.o session.o smooth.o ui.o utils.o
-pthread -L/usr/local/lib -lggobi -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama
-lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lgio-2.0
-lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig
-lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0
installiert nach /usr/local/lib/R/library/rggobi/libs
** R
** data
** moving datasets to lazyload DB
** demo
** preparing package for lazy loading
------------------------------------------------------
A...
2004 Sep 10
2
XMMS plugin build fix
...lude/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -o
libxmms-flac.la -rpath /usr/lib/xmms/Input -module -avoid-version
plugin.lo -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule
-lgthread -lglib -lpthread -ldl -lXi -lXext -lX11 -lm -lxmms
../../src/libFLAC/libFLAC.la
libtool-disable-static: link: error: cannot link shared libraries into
libtool libraries
where if I revert to the old _LIBADD line things work fine.
Also, if I try and force -static like so:
libxmms_flac_la_LIBADD = -static @XMMS_LIBS@
$(top_builddir)/src/...
2004 Sep 10
0
XMMS plugin build fix
...lude/gtk-1.2 -I/usr/include/glib-1.2
> -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -o
> libxmms-flac.la -rpath /usr/lib/xmms/Input -module -avoid-version
> plugin.lo -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule
> -lgthread -lglib -lpthread -ldl -lXi -lXext -lX11 -lm -lxmms
> ../../src/libFLAC/libFLAC.la
> libtool-disable-static: link: error: cannot link shared libraries into
> libtool libraries
>
> where if I revert to the old _LIBADD line things work fine.
Weird, it works here:
../../libtool-disable-static --mode=link gcc -I./include -I...
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
...ntering directory `/home/silentm/wine-0.9.40/dlls/opengl32'
../../tools/winegcc/winegcc -B../../tools/winebuild
-shared ./opengl32.spec opengl_ext.o opengl_norm.o wgl.o
version.res -o opengl32.dll.so -luser32 -lgdi32 -ladvapi32
-lkernel32 -lntdll -L/usr/lib -lSM -lICE -lXxf86vm -lXext -lX11
-lGL ../../libs/port/libwine_port.a
wgl.o: In function `wglUseFontOutlines_common':
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:388: undefined reference
to `gluNewTess'
/home/silentm/wine-0.9.40/dlls/opengl32/wgl.c:391: undefined reference
to `gluTessCallback'
/home/silentm/wine-0.9...
2017 Jan 12
3
rgl
...tually had both on the system, removed the 32-bit version and reinstalled the 64-bit version but I am seeing only this in the config.log:
configure:4429: checking for glEnd in -lGL
configure:4454: gcc -o conftest -g -O2 -DHAVE_PNG_H -I/usr/include/libpng16 conftest.c -lGL -L/usr/lib64 -lpng16 -lX11 >&5
/usr/bin/ld: cannot find -lGL
collect2: error: ld returned 1 exit status
configure:4454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING &qu...
1999 May 17
1
minor installation problems
...form.o plot.o plot3d.o plotmath.o print.o printarray.o
printvector.o printutils.o random.o relop.o saveload.o scan.o seq.o
sort.o source.o split.o subassign.o subscript.o subset.o summary.o
unique.o util.o version.o ../unix/libunix.a ../appl/libappl.a
../nmath/libmath.a -lSM -lICE -L/usr/X11R6/lib -lX11 -lreadline -lz
-ldl -lncurses -lm
the binary would exit with the error
/usr/local/lib/R-0.64.1/bin/R.binary: error in loading shared
libraries
: undefined symbol: __register_frame_info
when run.
This symbol is defined in libstdc++. A manual link via
g77 -o ../../bin/R.binary /usr...
1999 May 17
1
minor installation problems
...form.o plot.o plot3d.o plotmath.o print.o printarray.o
printvector.o printutils.o random.o relop.o saveload.o scan.o seq.o
sort.o source.o split.o subassign.o subscript.o subset.o summary.o
unique.o util.o version.o ../unix/libunix.a ../appl/libappl.a
../nmath/libmath.a -lSM -lICE -L/usr/X11R6/lib -lX11 -lreadline -lz
-ldl -lncurses -lm
the binary would exit with the error
/usr/local/lib/R-0.64.1/bin/R.binary: error in loading shared
libraries
: undefined symbol: __register_frame_info
when run.
This symbol is defined in libstdc++. A manual link via
g77 -o ../../bin/R.binary /usr...
2007 Aug 15
3
[LLVMdev] Strange error of llvm-ld
I'm using llvm-ld from SVN r41106
When issueing the command
$ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \
.obj/conf.o .obj/configwriter.o \
-L/usr/share/qt3/lib -L/usr/X11R6/lib \
-lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread
I get this output:
Linking bitcode file '.obj/conf.o'
Linked in file '.obj/conf.o'
Linking bitcode file '.obj/configwriter.o'
llvm-ld: error: Cannot link file '.obj/configwriter.o'
If I swap the order of configwriter.o and conf.o, then I'l...
2006 Jun 03
2
Wine : error during compilation (mandriva 2006 - x86_64)
...ce_main.o
surface_thunks.o surface_user.o surface_wndproc.o version.res
-Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/local/lib/wine
/usr/local/lib` -o ddraw.dll.so -L../../dlls -lole32 -luser32 -lgdi32
-ladvapi32 -lkernel32 -lntdll -L../../libs -lwine -ldxguid -luuid
-L/usr/X11R6/lib64 -lXext -lX11 -L../../libs/port -lwine_port
/usr/bin/ld: skipping incompatible /usr/X11R6/lib64/libXext.so when
searching for -lXext /usr/bin/ld: cannot find -lXext collect2: ld returned
1 exit status
winegcc: gcc failed.
make[2]: *** [ddraw.dll.so] Erreur 2
make[2]: Leaving directory
`/home/alvi/T?l?chargemen...
1998 Oct 07
2
R-beta: R0.62.3 installation on RedHat 5.0
...library' does not accept fort77, but R installation checks
f77/g77/fort77. Is there an easy way to edit some file and replace
f77/g77 with fort77?
At home I have the same R and Linux versions, but when installing R a
fatal error occurs after
/lib/libmath.a -ISM -lICE -L/usr/X11R6/lib -lX11 -ldl -lm
/usr/bin/fort77: Illegal option: -export-dynamics
make[3]: *** [R.binary] Error 255
make[3]: Leaving directory '/usr/local/R-0.62.3/src/main'
make[2]: *** [build] Error 2
make[2]: Leaving directory '/usr/local/R-0.62.3/src'
ma...