> ps/ps_utils.c:164: error: undefined reference to 'write_data' > ps/ps_utils.c:176: error: undefined reference to 'write_data' > ps/ps_utils.c:204: error: undefined reference to 'write_data' > ps/ps_utils.c:404: error: undefined reference to 'read_data' > ps/ps_utils.c:410: error: undefined reference to 'read_data' > ps/ps_utils.c:416: error: undefined reference to 'read_data' > ps/ps_utils.c:425: error: undefined reference to 'read_data' > ps/tcsps.c:595: error: undefined reference to 'write_data' > > This is because the functions write_data and read_data are declared with > inline, but their definition is not in .h files.
Did you try compiling with CFLAGS="-std=gnu89"? I think this would work as a temporary workaround to your problem. > > > Below is the proposed patch. > Thanks The patch looks good. Resend it with a signed-off-by line and I'll give it a test and commit it. ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
