philpraxis / sctpscan

SCTP network scanner for discovery and security
http://www.p1sec.com
GNU General Public License v3.0
93 stars 50 forks source link

Update Makefile #2

Closed b0rh closed 10 years ago

b0rh commented 10 years ago

Fix:

make cc -g sctpscan.c -o sctpscan -L/sw/lib/ -I /sw/include/glib-2.0/ -I /sw/lib/glib-2.0/include/ -I/usr/include/glib-2.0/ -I/usr/lib/glib-2.0/include/ -lglib-2.0 In file included from /usr/include/glib-2.0/glib/galloca.h:34:0, from /usr/include/glib-2.0/glib.h:32, from sctpscan.c:326: /usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: No such file or directory compilation terminated.

make: *\ [sctpscan] Error 1

philpraxis commented 10 years ago

Thanks a lot! :) :+1: