Displaying 19 results from an estimated 19 matches for "x_pre_lib".
Did you mean:
x_pre_libs
2000 Jun 19
1
Trying to compile R on Unix
...= -I. -I../include -I$(top_srcdir)/src/include
-I$(top_srcdir)/src/include/R_ext
R_XTRA_FFLAGS = @R_XTRA_FFLAGS@
R_XTRA_LIBS = @R_XTRA_LIBS@
RANLIB = @RANLIB@
SHELL = /bin/sh
SHLIBEXT = @SHLIBEXT@
SHLIBLD = @SHLIBLD@
SHLIBLDFLAGS = @SHLIBLDFLAGS@
TAR = @TAR@
X_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
YACC = @YACC@
ALL_CFLAGS = $(R_XTRA_CFLAGS) $(CFLAGS)
ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS)
ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FFLAGS)
.SUFFIXES:
.SUFFIXES: .c .f .d .o
@depend_rules_frag@
.c.o:
$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS...
1999 Apr 22
2
R compiling on SOLARIS 2.6
We here at HGSI have a consultant doing some statistical work for us.
HGSI bought and installed SAS, but our consultant insists that R and
Rweb is a better solution. I do not know either package so I do not
know, hence we are ditching SAS for R and Rweb. Any comments on this
are welcom.
Now for the real problem. Rweb is very expensive (time wise). The
number of prereqs is way more than I thought
2004 Sep 10
1
-lm ordering
...lags
(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
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.
1999 Jul 07
1
Almost succesfull build on AIX
...TRA_CFLAGS =
R_XTRA_CPPFLAGS = -I. -I../include -I$(top_srcdir)/src/include
R_XTRA_FFLAGS =
R_XTRA_LIBS =
RANLIB = ranlib
SHELL = /bin/sh
SHLIBEXT = so
SHLIBLD = f77
SHLIBLDFLAGS = -bM:SRE -H512 -T512 -bnoentry -bexpall -bI:$(R_HOME)/etc/R.
exp -lc -lm
TAR = tar
X_CFLAGS =
X_LIBS = -lX11
X_PRE_LIBS =
X_EXTRA_LIBS =
YACC = bison -y
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the su...
2008 Jun 10
7
error compiling fc9 x64
...#39;'
WIN16_FILES='$(WIN16_FILES)'
WIN16_INSTALL='$(WIN16_INSTALL)'
WINDRES=''
XFILES=''
XLIB=''
XMKMF=''
XML2INCL=''
XML2LIBS=''
XSLTINCL=''
XSLTLIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AS=''
ac_ct_CC='gcc -m32'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'...
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
...#39;'
WIN16_FILES='$(WIN16_FILES)'
WIN16_INSTALL='$(WIN16_INSTALL)'
WINDRES=''
XFILES=''
XLIB=''
XMKMF=''
XML2INCL=''
XML2LIBS=''
XSLTINCL=''
XSLTLIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AS=''
ac_ct_CC='gcc -m32'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'...
1999 Apr 19
2
A couple problems installing 0.64 (under linux, redhat 5.2)
I'm encountering a couple problems configuring and making R 0.64 under
linux, redhat 5.2
These problems didn't occur when I build 0.63.2
Any suggestions would be greatly appreciated.
(1) configure generates the warning:
"configure: warning: Cannot determine how to create shared libraries.
Please set CPICFLAGS, FPICFLAGS and SHLIBLDFLAGS in `config.site'."
I'm not
2000 Feb 22
1
R-0.99 installation on UNIX
...RA_CPPFLAGS = -I. -I../include
-I$(top_srcdir)/src/include -I$(top_srcdir)/src/include/R_ext
R_XTRA_FFLAGS
=
R_XTRA_LIBS =
RANLIB = ranlib
SHELL = /bin/sh
SHLIBEXT = so
SHLIBLD =
gcc
SHLIBLDFLAGS = -G
TAR = tar
X_CFLAGS = -I/usr/openwin/include
X_LIBS =
-L/usr/openwin/lib -R/usr/openwin/lib -lX11
X_PRE_LIBS = -lSM
-lICE
X_EXTRA_LIBS = -lsocket -lnsl
YACC = bison -y
ALL_CFLAGS =
$(R_XTRA_CFLAGS) $(CFLAGS)
ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS)
$(DEFS)
ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FFLAGS)
.SUFFIXES:
.SUFFIXES: .c
.f .d .o
.c.d:
@echo "making $@ from $<"
@$(CC) -M $(ALL_CP...
2007 Mar 19
1
Again...
...39;
TOOLSDIR=''
WIN16_FILES=''
WIN16_INSTALL=''
WINDRES=''
XFILES=''
XLEX=''
XLIB=''
XMKMF=''
XML2INCL=''
XML2LIBS=''
XSLTINCL=''
XSLTLIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AS=''
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin8.7.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin8.7.0'
build_vendor='apple'
datadir='${datarootdir}'
data...
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
2010 Apr 17
1
Sim Tower crashing Under Latest dev vers
PC: Dell Inspirion 1300 w/ 1.6GHZ Intel and 512MB ram configuration
OS: Lucid Lynx Xubuntu Beta 2 fully Updated
like listed Installer fails to exit after install however when ran, "winevdm.exe" crashes and this is seen in terminal
cael at cael-laptop:~/.wine/drive_c/SIMTOWER$ wine simtower
fixme:winmm:MMSYSTDRV_SetHandle Already has a thunk for this handle (nil)!!!
wine: Unhandled page
2013 Nov 15
0
Wine release 1.6.1
...ng (5):
imm32: Fixed ImmUnlockIMC.
imm32: Fixed ImmUnlockIMCC.
ntdll: Fixed parameter list in spec file for RtlpNtQueryValueKey.
imm32: Fixed IMCC implementation.
imm32: Validate input context in multiple IMC functions.
Rafa? Mu?y?o (1):
configure: Don't use X_PRE_LIBS.
Ralf Habacker (1):
gdi32: Fixed Rectangle() rotation with GM_ADVANCED graphics mode in dib driver.
Sebastian Lackner (3):
winex11: Added missing release_win_data() to create_foreign_window().
winex11: Call destroy_gl_drawable before destroying the window.
winex11: Call s...
2013 Sep 13
0
Wine release 1.7.2
...on dumping.
oleaut32: Add ICreateTypeInfo2::SetVarName implementation.
msvcr110: Add forwards to type_info::before function.
msvcrt: Don't forward _wcsnicmp to ntdll.
msvcrt: Add support for vtordisp functions demangling.
Rafa? Mu?y?o (1):
configure: Don't use X_PRE_LIBS.
Ralf Habacker (1):
gdi32: Fixed Rectangle() rotation with GM_ADVANCED graphics mode in dib driver.
Roderick Colenbrander (2):
winex11: Refactor wglSwapIntervalEXT for use with glXSwapIntervalEXT.
winex11: Support WGL_EXT_swap_control_tear.
Stefan D?singer (32):
ddraw: G...
2009 Feb 21
1
Install failure (PR#13545)
...#39;
WANT_R_SHLIB_FALSE=''
WANT_R_SHLIB_TRUE='#'
WANT_R_STATIC_FALSE=''
WANT_R_STATIC_TRUE='#'
WOE32DLL=''
XGETTEXT=''
XGETTEXT_015=''
XMKMF=''
XTRA_INTL_CPPFLAGS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
YACC='yacc'
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
ac_ct_FC=''
ac_ct_OBJC=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x8...
1998 Nov 16
5
Solaris make for 0.63 failing
...s/bin/latex
LDCMD= g77
LDFLAGS =
LIBS= -ldl -ltermcap -lm
LN_S= ln -s
MAKEINDEX= false
MKINSTALLDIRS= $(top_srcdir)/aux/mkinstalldirs
RANLIB= ranlib
SHELL= /bin/sh
SHLIBEXT= so
SHLIBLD= ld
SHLIBLDFLAGS= -G
TAR= tar
X_CFLAGS= -I/usr/openwin/include
X_LIBS= -L/usr/openwin/lib -R/usr/openwin/lib -lX11
X_PRE_LIBS= -lSM -lICE
X_EXTRA_LIBS= -lsocket -lnsl
YACC= yacc
prefix= /usr/local
exec_prefix= ${prefix}
bindir= ${exec_prefix}/bin
datadir= ${prefix}/share
libdir= ${exec_prefix}/lib
mandir= ${prefix}/man
rhome= ${prefix}/share/R
distdir= $(PACKAGE)-$(VERSION)
DISTFILES= COPYING COPYRIGHTS INSTALL MIRROR-S...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...RUE=''
USING_G77_FALSE=''
USING_G77_TRUE='#'
VERSION='2.0.1'
WANT_R_FRAMEWORK_FALSE=''
WANT_R_FRAMEWORK_TRUE='#'
WANT_R_SHLIB_FALSE=''
WANT_R_SHLIB_TRUE='#'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
YACC='yacc'
ZVT_LIBS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cp...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...P_ZLIB_FALSE=''
USE_MMAP_ZLIB_TRUE=''
USE_RECOMMENDED_PACKAGES_FALSE=''
USE_RECOMMENDED_PACKAGES_TRUE=''
VERSION='1.6.2'
WANT_R_SHLIB_FALSE=''
WANT_R_SHLIB_TRUE='#'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
YACC='bison -y'
ZVT_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='sparc-sun-solaris2.8'
build_alias=''
build_cpu='sparc&...
2004 Oct 23
1
Issues with compiling wine
...16_INSTALL='$(WIN16_INSTALL)'
WINDRES='false'
WINE_BINARIES=''
XFILES='$(XFILES)'
XLEX='flex'
XLIB='-lXext -lX11'
X_CFLAGS=' -I/usr/openwin/include'
X_EXTRA_LIBS='-lsocket -lnsl'
X_LIBS=' -L/usr/openwin/lib -R/usr/openwin/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_AS='gas'
ac_ct_CC='gcc'
ac_ct_CPPBIN='cpp'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_DLLWRAP=''
ac_ct_LD='ld'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_ct_WINDRES='false...