in reply to Re^2: Source files going into perl interpreter during compilation
in thread Source files going into perl interpreter during compilation
But because it is defined as static, those strings don't show up using strings command (in .so as well as the executable). Why? I do not know myself. It works when I do that for dummy files.
Perhaps because Perl compiles with optimisation turned on, and unless those strings where referenced somewhere, they'll just be omptimised away.
But, I cannot make it output to a file so I can analyze it. No, redirection ( make > makelog.txt) is not working.
Have you tried make 2>&1 > make.log?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Source files going into perl interpreter during compilation
by choroba (Cardinal) on Jun 22, 2011 at 01:30 UTC | |
by buntyshubho (Initiate) on Jun 22, 2011 at 13:40 UTC |