Re: [ovs-discuss] Question about recompile OVS

2014-12-09 Thread Ben Pfaff
On Wed, Dec 10, 2014 at 01:18:19AM +0800, Peizhen Guo wrote: > I added some source files in ovs which implemented some new > functions. When I’m trying to recompile the project, it always appears > to have the fault: undefined reference to ‘xxx’, and the fault happens > exactly where I invoke the n

[ovs-discuss] Question about recompile OVS

2014-12-09 Thread Peizhen Guo
Hi all, I added some source files in ovs which implemented some new functions. When I’m trying to recompile the project, it always appears to have the fault: undefined reference to ‘xxx’, and the fault happens exactly where I invoke the newly written xxx function. To clarify, I’ve already incl