Hi Patrice, On 2007/05/31, at 19:48, Patrice Duviel wrote: > /usr/src/mipv6-daemon-umip-0.3/src/mn.c:331: undefined reference to > `mh_create_opt_mob_net_prefix'
Here is the problem: mn.c uses the mh_create_opt_mob_net_prefix() function (this a fonction implemented for NEPL, so I guess you are using the NEPL patch?), which is supposed to be defined in mh.h/mh.c. Check if it is defined in those files. If it is not, you may have wrongly applied the NEPL patch. Regards, -- Romain KUNTZ [EMAIL PROTECTED] Louis Pasteur University - Networks and Protocols Team _______________________________________________ mipl mailing list [email protected] http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl
