archimedes-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[archimedes-discuss] problems installing archimedes


From: Gustavo
Subject: [archimedes-discuss] problems installing archimedes
Date: Sat, 18 Nov 2017 17:53:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

Hi, I am trying to install "archimedes" software v 2.01 on my PC with Ubuntu 16.04. I have been following the steps according to "Archimedes_manual_release_1.0" that is:

1. Go to the directory containing the package's source code
# cd archimedes
and type
# ./configure
to configure the package for your system.
2. Type
# make
to compile the package
3. Optionally, type
# make check
to run any self-tests that come with the package.
4. Type
# make install
to install the programs and any data files and documentation.
5. Eventually type
# make clean
to remove the program binaries and object files. To also remove the files that
configure created, type
# make distclean

But I get stuck on the second step. When type make I am getting the following error:

make  all-recursive
make[1]: Entering directory '/home/gcarro/Desktop/compartir/ARCHIMEDES/archimedes-2.0.1'
Making all in src
make[2]: Entering directory '/home/gcarro/Desktop/compartir/ARCHIMEDES/archimedes-2.0.1/src'
gcc -DHAVE_CONFIG_H -I. -I..      -MT archimedes.o -MD -MP -MF .deps/archimedes.Tpo -c -o archimedes.o archimedes.c
archimedes.c: In function ‘main’:
archimedes.c:315:14: warning: zero-length gnu_printf format string [-Wformat-zero-length]
       printf("");
              ^
mv -f .deps/archimedes.Tpo .deps/archimedes.Po
gcc     -o archimedes archimedes.o -lm -lm
archimedes.o: In function `MCdevice_config':
archimedes.c:(.text+0xe4e9): undefined reference to `rnd'
archimedes.c:(.text+0xe6f1): undefined reference to `rnd'
archimedes.c:(.text+0xea34): undefined reference to `rnd'
archimedes.c:(.text+0xeb04): undefined reference to `rnd'
archimedes.c:(.text+0xeb5f): undefined reference to `rnd'
archimedes.o:archimedes.c:(.text+0xec5a): more undefined references to `rnd' follow
archimedes.o: In function `EMC':
archimedes.c:(.text+0x15237): undefined reference to `creation'
archimedes.c:(.text+0x154d5): undefined reference to `creation'
archimedes.c:(.text+0x15773): undefined reference to `creation'
archimedes.c:(.text+0x15a11): undefined reference to `creation'
archimedes.o: In function `ParabMEP2D':
archimedes.c:(.text+0x1aec8): undefined reference to `MM2'
archimedes.c:(.text+0x1af4c): undefined reference to `MM2'
archimedes.c:(.text+0x1b488): undefined reference to `MM2'
archimedes.c:(.text+0x1b50c): undefined reference to `MM2'
archimedes.o: In function `Hole_MEP2D':
archimedes.c:(.text+0x1e686): undefined reference to `MM2'
archimedes.o:archimedes.c:(.text+0x1e70a): more undefined references to `MM2' follow
collect2: error: ld returned 1 exit status
Makefile:347: recipe for target 'archimedes' failed
make[2]: *** [archimedes] Error 1
make[2]: Leaving directory '/home/gcarro/Desktop/compartir/ARCHIMEDES/archimedes-2.0.1/src'
Makefile:325: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/gcarro/Desktop/compartir/ARCHIMEDES/archimedes-2.0.1'
Makefile:265: recipe for target 'all' failed
make: *** [all] Error 2

Could you provide me any recommendation to solve this?

Regards


reply via email to

[Prev in Thread] Current Thread [Next in Thread]