Displaying 3 results from an estimated 3 matches for "myfavsymbol".
2015 Nov 26
2
compile question
If you do want to play with maintainer-mode, first check out
https://developer.r-project.org/R-build-prerelease
it is what is done in the nightly builds on OSX. (Actually Mavericks. The comment is old.)
-pd
On 26 Nov 2015, at 14:38 , Michael Felt <aixtools at gmail.com> wrote:
> On 2015-11-23 23:43, peter dalgaard wrote:
>>> On 23 Nov 2015, at 22:30 , aixtools<aixtools at
2015 Nov 27
0
compile question
...n AIX I could think of adding
-Wl,-b:map=${object}.map (one of my new tricks for finding which library
is going to be used).
Other comments/questions:
a) the small change in configure.ac got rid of a lot of error/rather
warning messages from the binder (ld: 0711-224 WARNING: Duplicate
symbol:.myFavSymbol)
b) lost of ld warnings are going to be more difficult to resolve - as
they are being generated by the autoconf processing of gfortran -v - and
the placement of XXX_LIBADD flags (basically, in the way now - still
looking at where they get placed - are there "switches" for Makefile.in...
2015 Nov 27
1
compile question
...iles. The tools for making them are somewhat flaky, and we don't all have the appropriate versions.)
>
> Other comments/questions:
>
> a) the small change in configure.ac got rid of a lot of error/rather warning messages from the binder (ld: 0711-224 WARNING: Duplicate symbol:.myFavSymbol)
> b) lost of ld warnings are going to be more difficult to resolve - as they are being generated by the autoconf processing of gfortran -v - and the placement of XXX_LIBADD flags (basically, in the way now - still looking at where they get placed - are there "switches" for Makefile.in...