Re: [SLE] IP Masq module for Net Meeting 3 - GCC help needed - solved!!!
Leyon, Christopher wrote:
[Total shot in the dark follows]
But does the compiler actually know to look there? You might use gcc's -I (capital i) switch to specify a directory to look in.
If -I/usr/src/linux (or whatever) is already present, does the symlink point to the correct directory?
Tried that, too. No go. Here's what I did: Put ip_masq_h3231.c in /usr/src/linux/net/ipv4 Edited /usr/src/linux/net/ipv4/Makefile to add the ip_masq_h3231.c file in with the other ip_masq stuff (it's obvious), then... cd /usr/src/linux make dep make modules Now ip_masq_h3231.o exists in /usr/src/linux/net/ipv4 and I implemented it in /etc/rc.d/rc.firewall (custom script based on the firewall tool and the ip_masq how-to). Yahoo -- George Toft http://www.georgetoft.com -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (1)
-
grtoft@yahoo.com