search for: lxt

Displaying 19 results from an estimated 19 matches for "lxt".

Did you mean: ldt
2013 Jan 17
1
Configure can't find SDL (Sort of OT)
...180: checking for SDL - version >= 1.0.1 configure:3265: gcc -o conftest -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSDL -lpthread 1>&5 configure:3355: checking for SDL_JoystickOpen configure:3383: gcc -o conftest conftest.c -lSM -lICE -lX11 -lXi -lXext -lXmu -lXt -ldl -lm -ltcl -lSDL -lpthread 1>&5 configure:3415: checking for Mix_OpenAudio in -lSDL_mixer configure:3434: gcc -o conftest conftest.c -lSDL_mixer -lSM -lICE -lX11 -lXi -lXext -lXmu -lXt -ldl -lm -ltcl -lSDL -lpthread 1>&5 /usr/bin/ld: cannot find -lSDL_mixer collect2...
2007 Feb 03
1
Installation Help
...profiling Recommended packages: yes ================================ however when I run "make" I got the following error: ================================ gcc -shared -L/usr/local/lib64 -o R_X11.so dataentry.o devX11.o rotated.o rbitmap.o -lSM -lICE -L/usr/X11R6/lib64 -lX11 -lXt -ljpeg -lpng -lz -lm /usr/bin/ld: /usr/local/lib64/libz.a(crc32.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/local/lib64/libz.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[4]: *** [R_...
2016 Nov 08
2
proplems installing R 2.5 on Ubuntu 14.04
----- Am 8. Nov 2016 um 15:26 schrieb Johannes Ranke johannes.ranke at jrwb.de: > Hi > > try > > apt-get build-dep r-base > > this installs the headers required for building current R, which probably also > covers older versions - at least it will give you X11 headers. > > Good luck, > > Johannes > > Hi Johannes, i tried that and it didn't
2007 Feb 03
0
Installation Help [Ignore]
...yes > ================================ > > > however when I run "make" I got the following error: > > > ================================ > gcc -shared -L/usr/local/lib64 -o R_X11.so dataentry.o devX11.o rotated.o > rbitmap.o -lSM -lICE -L/usr/X11R6/lib64 -lX11 -lXt -ljpeg -lpng -lz -lm > /usr/bin/ld: /usr/local/lib64/libz.a(crc32.o): relocation R_X86_64_32 > against `a local symbol' can not be used when making a shared object; > recompile with -fPIC > /usr/local/lib64/libz.a: could not read symbols: Bad value > collect2: ld returned 1 exi...
2016 Nov 08
0
proplems installing R 2.5 on Ubuntu 14.04
...eeded for a current R, I just tried "./configure" for R-2.5.1 and get: configure: error: --with-x=yes (default) and X11 headers/libs are not available Looking in config.log, I see: configure:44433: gcc -std=gnu99 -o conftest -g -O2 -I/usr/local/include -L/usr /local/lib64 conftest.c -lXt -ldl -lm >&5 /tmp/cc8fJIay.o: In function `main': /home/gwhite/Documents/Testing/R-2.5.1/conftest.c:205: undefined reference to `XrmInitialize' collect2: error: ld returned 1 exit status configure:44439: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NA...
2004 Jun 21
2
libao NAS compilation and playback issues
...libao has a NAS plugin and wanted to try it out, especially with ogg123. However, I had/have several problems. My platform is Solaris 9/SPARC 12/02, NAS 1.6, libao 0.8.5, curl 7.10.8, libogg 1.1, libvorbis 1.0.1, and vorbis-tools 1.0.1. PROBLEM ONE: ------------ I had to specify LDFLAGS="-lXt -lsocket -lm" before running ./configure with "--enable-nas" in order to get configure to make a correct NAS plugin Makefile. The config.log file showed that the test for NAS was failing due to linking errors regarding dependencies in libaudio: configure:12853: checking for AuOpenS...
2004 Sep 30
2
OT: Kphone installation problem
.../qt/bin/moc checking for uic... /usr/local/qt/bin/uic checking location of Qt header files... /usr/local/qt/include checking location of Qt library... /usr/local/qt/lib checking if Qt is multi-threaded... yes checking for main in -lX11... yes checking for main in -lXext... yes checking for main in -lXt... yes checking for main in -lICE... yes checking for main in -lSM... yes checking for main in -lpng... yes checking for ANSI C header files... yes checking for fcntl.h... yes checking for sys/ioctl.h... yes checking for unistd.h... yes checking for working const... yes checking for select... yes c...
2009 Jan 25
1
Problem compiling cairo-dock under CentOS 5.2
...nal-dialogs.o cairo_dock-cairo-dock-internal-indicators.o cairo_dock-cairo-dock-internal-views.o cairo_dock-cairo-dock-internal-labels.o cairo_dock-cairo-dock-internal-desklets.o cairo_dock-cairo-dock-internal-background.o cairo_dock-cairo-dock-internal-icons.o -pthread -Wl,--export-dynamic -lXtst -lXcomposite -lXfixes -lXinerama -L/lib -lgthread-2.0 -lrsvg-2 -ldbus-glib-1 -ldbus-1 -lxml2 -lz -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl...
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a problem while running "make check": running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1 make[3]: Leaving directory `/opt/R/R-2.9.1/tests' make[2]: *** [test-Specific] Error 2 make[2]: Leaving directory `/opt/R/R-2.9.1/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving
2008 Jun 09
6
FW: Memory Leak Problem in My Application running on Solaris 10.
Hi, This is regarding Dtrace usability for memory leak detection. We have real-time application written C++ which runs on Solaris 10 having a problem that''s the my application grows in size from 130 Mb to 450Mb in around 15 days. So there is two possibilities with the application growth of memory due to Size growth of Dictionary Objects (Like Maps) and Memory Leak.
2009 Nov 06
1
centos 5.3 install ncview X libraries error and netcdf header error
I was trying to install software named ncview on a centos 5.3 box. ./configure command gave this error: Error, the X libraries and development headers must be installed for ncview to work! I was surprised that there were many google hits related to ubuntu, none for centos. So even though I eventually figured out what to do, I decided to share this with the list anyhow, so maybe next time I
1998 Dec 08
0
R compile problems with AIX
...onftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5 configure:3225: checking for xmkmf configure:3252: checking how to make shared libraries configure:3348: checking for X configure:3415: gcc -E conftest.c >/dev/null 2>conftest.out configure:3491: gcc -o conftest -g -O2 conftest.c -lXt -ldl -ltermcap -lm 1>&5 configure:3662: checking for dnet_ntoa in -ldnet configure:3681: gcc -o conftest -g -O2 conftest.c -ldnet -ldl -ltermcap -lm 1>&5 collect2: ld returned 255 exit status ld: 0706-006 Cannot find or open library file: -l dnet ld:open(): No such file or direc...
1998 Dec 08
0
R compile problems with AIX
...onftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5 configure:3225: checking for xmkmf configure:3252: checking how to make shared libraries configure:3348: checking for X configure:3415: gcc -E conftest.c >/dev/null 2>conftest.out configure:3491: gcc -o conftest -g -O2 conftest.c -lXt -ldl -ltermcap -lm 1>&5 configure:3662: checking for dnet_ntoa in -ldnet configure:3681: gcc -o conftest -g -O2 conftest.c -ldnet -ldl -ltermcap -lm 1>&5 collect2: ld returned 255 exit status ld: 0706-006 Cannot find or open library file: -l dnet ld:open(): No such file or direc...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...byname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Intrinsic.h usability... yes checking X11/Intrinsic.h presence... yes checking for X11/Intrinsic.h... yes checking for XtToolkitInitialize in -lXt... yes using X11 ... yes checking for KeySym... yes checking X11/Xmu/Atoms.h usability... yes checking X11/Xmu/Atoms.h presence... yes checking for X11/Xmu/Atoms.h... yes checking for XmuInternAtom in -lXmu... yes configure: not checking for cairo as pkg-config is not present checking for CFStringG...
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...PgOYGKbk6WdCxRy/fUB7Q8D5qiG6kw0LpYmz0n GKh3uN2hkmKN1bV5FmnkqdVsPsOF6oxhNFOdZjaGUZdqWA1tV7uL+6N3xu20KOyzLvYsbm0OalIr +ghomT6MW6/l3Hwm96sqOs+qC277utUhRQO5S1XhHI1uU7UH5wS/1tbhFj2EQugDbXlhQzjagKHv xE41zlMxGt8aCmpsK4ZUxUrEqhLra/cEhCa8TNVSPLWejuiyMLYmP6rR3A3uWH6+v08/RfkBNdoU 9Li1aocn1Frv7B5O0bkbevL8at5QS0lxtz0zEdjuDFtSsKZ/XWhH0BM2QzLchdQ4dzCyTMzIc5Xm R0a1qZhJ0IM1TRakfTJF2yZjA3CFGFppi7EjS7WUunDUXiH0WCLTlEK7R41+QsgAz7m/DdW0JjWm QvsnJIwiTwZTTWOtl2TN59OKikSKmOuwp5hjlVGfWFK8Ls49nk67Cobw0WzEtjVUUYrwu91ig7fH /bQIFS0yJ5ioq7TIESN/qS+k8bCw9F+yjJgvLJFLlsHmYQ8yudd4DByhWbyDP5s9e1igo0Jj2f/F 3J6wN87zNM5ZEFQD0XAyaxubh...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...byname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Intrinsic.h usability... yes checking X11/Intrinsic.h presence... yes checking for X11/Intrinsic.h... yes checking for XtToolkitInitialize in -lXt... yes using X11 ... yes checking for KeySym... yes checking X11/Xmu/Atoms.h usability... yes checking X11/Xmu/Atoms.h presence... yes checking for X11/Xmu/Atoms.h... yes checking for XmuInternAtom in -lXmu... yes checking for BSD networking... yes checking rpc/types.h usability... yes checking rpc...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...byname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Intrinsic.h usability... yes checking X11/Intrinsic.h presence... yes checking for X11/Intrinsic.h... yes checking for XtToolkitInitialize in -lXt... yes using X11 ... yes checking for KeySym... yes checking X11/Xmu/Atoms.h usability... yes checking X11/Xmu/Atoms.h presence... yes checking for X11/Xmu/Atoms.h... yes checking for XmuInternAtom in -lXmu... yes configure: not checking for cairo as pkg-config is not present checking for CFStringG...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...{ZdU9!UA{zt81ooFjhLm3X|bO-Yjbm2(> z{r0ugwTRWw&*u47$iXi-RQ`_*$^QkH$iAg5ByaSnr629`rIy!He9DW5{hCTP5!<6u z<o~Ml$z4tHOQM`S(tjk)-Tw6-TK-9x-bMBFV}<m)t;kDQbhVkk5Yk+D at HE(S^b;YY zeZrg@?Q^c~+y`?Gc#RF(&rSMfxj3RUg44}y|6SFYmVbQ3U43o4=F-o3)|eB0$(HtS z;=pV+Cpljd{k(uV+4+)l+u>`9^QF*6DRZjxrP6lxTzb=l!k`)QRb%Svw2HdA%zp at C zY$PX@`=6rRuvOgpC0+hSDEX4}!&eY<D3`@&llJU>^e25<6_|8Ef08JO`e;LYcY<Sl z=5!zV5oh=+%$dHDF+Ooll<H@!PcE;f>Pa=*iWZ~2RlJ@`{EpYV$2tAumR7MX)UV#< z?!ss#clW%G_Z4=(HFh&?^WpA>*~wn)2Z+5b_9NQ1AUapKOsnS`-myvS8y-4K&$B%A zHSgFs_B9WE%RA=AzU85d-29NoF7nU?...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *