archimedes-discuss
[Top][All Lists]
Advanced

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

[archimedes-discuss] Reporting an error


From: Mohammad Abu Raihan Miah
Subject: [archimedes-discuss] Reporting an error
Date: Mon, 4 Dec 2017 19:01:28 -0800

Hi,

I am currently doing some class project for Monte Carlo Simulation. My configuration file works fine. But when I am trying to use make check command it shows me the following error. This is a linkin error I suppose. But I don't understand where to change it. Could you please look at it and send some response. Thanks. My errors are given below:

 make check
Making check in src
make[1]: Entering directory '/cygdrive/e/Study/Software/archimedes-2.0.1/archimedes-2.0.1/src'
gcc     -o archimedes.exe archimedes.o -lm -lm 
archimedes.o:archimedes.c:(.text+0xf9ee): undefined reference to `rnd'
archimedes.o:archimedes.c:(.text+0xf9ee): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `rnd'
archimedes.o:archimedes.c:(.text+0xfc35): undefined reference to `rnd'
archimedes.o:archimedes.c:(.text+0xfc35): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `rnd'
archimedes.o:archimedes.c:(.text+0xffdb): undefined reference to `rnd'
archimedes.o:archimedes.c:(.text+0xffdb): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `rnd'
archimedes.o:archimedes.c:(.text+0x100bf): undefined reference to `rnd'
archimedes.o:archimedes.c:(.text+0x100bf): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `rnd'
archimedes.o:archimedes.c:(.text+0x10115): undefined reference to `rnd'
archimedes.o:archimedes.c:(.text+0x10115): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `rnd'
archimedes.o:archimedes.c:(.text+0x1021e): more undefined references to `rnd' follow
archimedes.o:archimedes.c:(.text+0x1021e): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `rnd'
archimedes.o:archimedes.c:(.text+0x1028f): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `rnd'
archimedes.o:archimedes.c:(.text+0x102e4): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `rnd'
archimedes.o:archimedes.c:(.text+0x1035a): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `rnd'
archimedes.o:archimedes.c:(.text+0x103a8): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `rnd'
archimedes.o:archimedes.c:(.text+0x1040c): additional relocation overflows omitted from the output
archimedes.o:archimedes.c:(.text+0x16bfc): undefined reference to `creation'
archimedes.o:archimedes.c:(.text+0x16ee7): undefined reference to `creation'
archimedes.o:archimedes.c:(.text+0x171d2): undefined reference to `creation'
archimedes.o:archimedes.c:(.text+0x174bd): undefined reference to `creation'
archimedes.o:archimedes.c:(.text+0x1d7c4): undefined reference to `MM2'
archimedes.o:archimedes.c:(.text+0x1d849): undefined reference to `MM2'
archimedes.o:archimedes.c:(.text+0x1ddfd): undefined reference to `MM2'
archimedes.o:archimedes.c:(.text+0x1de82): undefined reference to `MM2'
archimedes.o:archimedes.c:(.text+0x219df): undefined reference to `MM2'
archimedes.o:archimedes.c:(.text+0x21a64): more undefined references to `MM2' follow
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:348: archimedes.exe] Error 1
make[1]: Leaving directory '/cygdrive/e/Study/Software/archimedes-2.0.1/archimedes-2.0.1/src'
make: *** [Makefile:325: check-recursive] Error 1



--

Attachment: config.log
Description: Binary data

Attachment: config.status
Description: Binary data

Attachment: Makefile
Description: Binary data

Attachment: stamp-h1
Description: Binary data


reply via email to

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