Re: Mapping boundary conditions
Posted: Fri May 13, 2016 8:25 am
Hi Yvan,
Just tried to compile spline.c in SRC, with the include line commented out.
Now the compilation at least starts, but then fails.
I get several warnings, followed by these messages:
splines.o: In function `cs_cub_interpolate':
splines.c:(.text+0x17ff): undefined reference to `min'
splines.c:(.text+0x189f): undefined reference to `min'
splines.c:(.text+0x18ec): undefined reference to `min'
splines.c:(.text+0x1939): undefined reference to `min'
splines.c:(.text+0x1986): undefined reference to `min'
splines.o:splines.c:(.text+0x19d3): more undefined references to `min' follow
collect2: error: ld returned 1 exit status
It was a very quick test, with very little effort to understand what's going on. But I don't expect to be able to go much farther with my limited coding skills. Anyway I'll try, and I will also be waiting for possible updates from you.
Many thanks. Regards,
fabio
Just tried to compile spline.c in SRC, with the include line commented out.
Now the compilation at least starts, but then fails.
I get several warnings, followed by these messages:
splines.o: In function `cs_cub_interpolate':
splines.c:(.text+0x17ff): undefined reference to `min'
splines.c:(.text+0x189f): undefined reference to `min'
splines.c:(.text+0x18ec): undefined reference to `min'
splines.c:(.text+0x1939): undefined reference to `min'
splines.c:(.text+0x1986): undefined reference to `min'
splines.o:splines.c:(.text+0x19d3): more undefined references to `min' follow
collect2: error: ld returned 1 exit status
It was a very quick test, with very little effort to understand what's going on. But I don't expect to be able to go much farther with my limited coding skills. Anyway I'll try, and I will also be waiting for possible updates from you.
Many thanks. Regards,
fabio