Hi Zubin, On Thu, Aug 7, 2014 at 12:10 PM, Zubin Mithra <[email protected]> wrote: > > Upon compiling my code I got the error stating :- > fatal error: linux/sock_diag.h: No such file or directory > > As per instructions I found, I tried doing the following :- > sudo ln -sfn /usr/src/linux-headers-3.8.0-29-generic /usr/src/linux > > However, the error seems to persist. Is there something obvious that > I'm missing/doing wrong?
maybe you can use gcc -v to compile the source code, the option -v will print out the searching pathes for headers of gcc. And then you can see why gcc could not find the sock_diag.h, I think it's just not in the searching path of gcc. -- YangMin ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
