Displaying 3 results from an estimated 3 matches for "langvar".
Did you mean:
langbar
2005 May 04
4
Yum Amavisd Update fails Digest::MD5 error
...o Digest::MD5
perl ./Makefile.PL
Perl's config says that U32 access must be aligned.
Writing Makefile for Digest::MD5
make
Makefile:85: *** missing separator. Stop.
google
information about LANG environment variable...
LANG=en_US
export LANG
error...
LANG=C
export LANG
error...
LANG=en_US
LANGVAR=en_US
export LANG
export LANGVAR
perl ./Makefile.PL
Perl's config says that U32 access must be aligned.
Writing Makefile for Digest::MD5
make
gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64...
2004 Feb 15
2
build problems on Fedora Core 1
...I tried to build R-devel today on Fedora Core 1 (with gcc 3.3.2)
but I am running into a couple of errors. On the same system R-1.8.1
compiles just fine, as did a previous version of R-devel.
This is what I did:
# change LANG as default in FC1 is UTF-8
export LANG=en_US.ISO8859-1
export LANGVAR=en_US.ISO8859-1
# get fresh sources and configure
mkdir R-devel
rsync -vrC rsync.r-project.org::r-devel R-devel
cd R-devel
./tools/rsync-recommended
./configure
This results in the following configuration:
#####################################################################
R is n...
2006 May 18
0
R-devel and PGI 6.0 compile error
...PIC'
FFLAGS='-g -O2 -pc 64 -Kieee -fPIC'
GROUPS=()
GS_OPTIONS=-dAutoRotatePages=/None
G_BROKEN_FILENAMES=1
HISTFILE=/home/mfa/gilp/.bash_history
HISTFILESIZE=1000
HISTSIZE=1000
HOME=/home/mfa/gilp
HOSTNAME=node01
HOSTTYPE=x86_64
IFS=$' \t\n'
INPUTRC=/etc/inputrc
LANG=en_US.UTF-8
LANGVAR=en_US.UTF-8
LDFLAGS='-L/usr/local/pgi/linux86-64/6.0/libso -L/usr/lib64'
LD_LIBRARY_PATH='-L/usr/local/pgi/linux86-64/6.0/libso -L/usr/lib64'
LESSOPEN='|/usr/bin/lesspipe.sh %s'
LINES=24
LM_LICENSE_FILE=/usr/local/pgi/license.dat
LOGNAME=gilp
LS_COLORS='no=00:fi=00:di=00...