I'm guessing something from gcc is missing. I've seen this error before
when include files are missing (/usr/include). See if something very
simple will compile.

vi test.c

#include <stdio.h>
main (){
   printf("hello yorld\n");
}


I think that will compile ;)
gcc -o test test.c 
./test
Should spit out "hello yorld"

-----Original Message-----
From: Robert Goley [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 28, 2005 12:17 PM
To: [email protected]
Subject: [pfSense Support] Trouble/Questions about the development
version.

I have been testing pssense to use it to replace a Firebox we currently
have on one of our connections.  The Firebox currently does
webfiltering.  I tried to get this working with pfsense and ran into
some issues.  I installed the pfsense developer version (84 I think).  I
loaded the ports info and tried to compile dansguardian.  I got a
message that I have never seen from gcc.  Something to the affect that
it could not create an executable.  Has something been restricted?  What
do I need to do to get this comiled properly under pfsense/FreeBSD?

Robert 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to