Re: [fluka-discuss]: Fluka_Installation_problem

From: anuj <anuj_at_crl.tifr.res.in>
Date: Wed, 19 Mar 2014 22:49:49 +0530

Thanks Dr. Vittorio

After installing 32-bits compatible "glibc-devel.i686 libgcc.i686", after doing this it
seems like fluka got installed.


Thanx once again

Best Regards


On Thu, 13 Mar 2014 21:38:02 +0100, Vittorio Boccone wrote
> Hi Anuj,
> which is your distribution (type and version)?
>
> -> /usr/bin/ld: crt1.o: No such file: No such file or directory
> You miss the 32-bit compatibility libraries.
>
> a "yum install glibc-devel.i686 libgcc.i686" (as root) should fix the
> problem is nothing else is missing.
> Best,
> V.
>
> On Thu, Mar 13, 2014 at 7:15 PM, anuj <anuj_at_crl.tifr.res.in> wrote:
>
> >
> > Hi Fluka Users.
> >
> > Can anyone exactly figure out what is the problem while installing the
> > fluka version
> > fluka2011.2b-linuxAA.tar.gz .
> >
> > It is giving the following lines on terminal after doing make in $FLUPRO
> > directory.
> >
> >
> > [anuj_at_G3-001 fluka]$ make
> > FLUPRO=/home/anuj/fluka flutil/lfluka -o flukahp -m fluka
> > $FLUPRO = /home/anuj/fluka
> > now linking
> > /home/anuj/fluka
> > g77
> > ar x /home/anuj/fluka/libflukahp.a fluka.o
> > rm: cannot remove `flukahp.map': No such file or directory
> > g77 -m32 -mcpu=pentiumpro -O3 -g -fexpensive-optimizations -funroll-loops
> > -fstrength-
> > reduce -Wall -fno-automatic -fno-silent -ffortran-bounds-check -
> > I/home/anuj/fluka/flukapro -v -o flukahp -Xlinker -Map -Xlinker
> > flukahp.map fluka.o -
> > L/home/anuj/fluka -lflukahp
> > Driving: g77 -m32 -mcpu=pentiumpro -O3 -g -fexpensive-optimizations
> > -funroll-loops -
> > fstrength-reduce -Wall -fno-automatic -fno-silent -ffortran-bounds-check -
> > I/home/anuj/fluka/flukapro -v -o flukahp -Xlinker -Map -Xlinker
> > flukahp.map fluka.o -
> > L/home/anuj/fluka -lflukahp -lfrtbegin -lg2c -lm -shared-libgcc
> > Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs
> > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --
> > infodir=/usr/share/info --enable-shared --enable-threads=posix
> > --disable-checking --
> > with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
> > --enable-
> > languages=c,c++,f77 --disable-libgcj --host=x86_64-redhat-linux
> > Thread model: posix
> > gcc version 3.4.6 20060404 (Red Hat 3.4.6-19.el6)
> > /usr/libexec/gcc/x86_64-redhat-linux/3.4.6/collect2 --eh-frame-hdr -m
> > elf_i386 -
> > dynamic-linker /lib/ld-linux.so.2 -o flukahp crt1.o crti.o
> > /usr/lib/gcc/x86_64-redhat-
> > linux/3.4.6/32/crtbegin.o -L/home/anuj/fluka
> > -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/32
> > -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6
> > -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/32 -
> > L/usr/lib/gcc/x86_64-redhat-linux/3.4.6 -L/usr/lib/gcc/x86_64-redhat-
> > linux/3.4.6/../../../../lib
> > -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../.. -
> > L/lib/../lib -L/usr/lib/../lib -Map flukahp.map fluka.o -lflukahp
> > -lfrtbegin -lg2c -lm -
> > lgcc_s_32 -lgcc -lc -lgcc_s_32 -lgcc
> > /usr/lib/gcc/x86_64-redhat-linux/3.4.6/32/crtend.o
> > crtn.o
> > /usr/bin/ld: crt1.o: No such file: No such file or directory
> > collect2: ld returned 1 exit status
> > cd flutil; FLUPRO=/home/anuj/fluka make all; cd ..
> > make[1]: Entering directory `/home/anuj/fluka/flutil'
> > /home/anuj/fluka/flutil/fff -N actdline.f
> > actdline:
> > lstnbl:
> > /home/anuj/fluka/flutil/fff -N hpadd.f
> > hpadd:
> > lstnbl:
> > /home/anuj/fluka/flutil/fff -N hpc.f
> > hpc:
> > hpc.f: In program `hpc':
> > In file included from hpc.f:0:
> > hpc.f:5: warning: unused variable 'chlc'
> > hpc.f:5: warning: unused variable 'chuc'
> > lstnbl:
> > uctolc:
> > lctouc:
> > /home/anuj/fluka/flutil/fff -N hpfor.f
> > hpfor:
> > hpfor.f: In program `hpfor':
> > In file included from hpfor.f:0:
> > hpfor.f:5: warning: unused variable 'chlc'
> > hpfor.f:5: warning: unused variable 'chuc'
> > lstnbl:
> > uctolc:
> > lctouc:
> > g77 -O3 -g -mcpu=pentiumpro -fexpensive-optimizations -funroll-loops
> > -fstrength-reduce -
> > Wall -fno-automatic -fno-silent -ffortran-bounds-check -m32 -o actdline
> > actdline.o
> > /usr/bin/ld: crt1.o: No such file: No such file or directory
> > collect2: ld returned 1 exit status
> > make[1]: *** [actdline] Error 1
> > make[1]: Leaving directory `/home/anuj/fluka/flutil'
> > [anuj_at_G3-001 fluka]$ g77 --version
> > GNU Fortran (GCC) 3.4.6 20060404 (Red Hat 3.4.6-19.el6)
> > Copyright (C) 2006 Free Software Foundation, Inc.
> >
> > GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
> > You may redistribute copies of GNU Fortran
> > under the terms of the GNU General Public License.
> > For more information about these matters, see the file named COPYING
> > or type the command `info -f g77 Copying'.
> >
> > Best Regards
> >
> > Anuj Chandra
> > --
> > Open WebMail Project (http://openwebmail.org)
> >
> >


--
Open WebMail Project (http://openwebmail.org)
Received on Wed Mar 19 2014 - 19:24:10 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 19 2014 - 19:24:11 CET