> We have a winner. Thanks for the help. Including compile commands to help
> anyone who may come across this thread.
>
> cc -c -o test.o test.c
> cc -o test -static test.o
or ...
/usr/share/mk/bsd.README
LDSTATIC= ${STATIC}
On 07/08/18 08:41, Florian Obser wrote:
On Sun, Jul 08, 2018 at 08:30:29AM -0500, Edgar Pettijohn III wrote:
On 07/08/18 08:09, Florian Obser wrote:
On Sun, Jul 08, 2018 at 07:53:41AM -0500, Edgar Pettijohn III wrote:
I am playing around with cgi written in c. I am getting what seems like
On Sun, Jul 08, 2018 at 08:30:29AM -0500, Edgar Pettijohn III wrote:
>
>
> On 07/08/18 08:09, Florian Obser wrote:
> > On Sun, Jul 08, 2018 at 07:53:41AM -0500, Edgar Pettijohn III wrote:
> > > I am playing around with cgi written in c. I am getting what seems like a
> > > weird error though. I'm
On 07/08/18 08:09, Florian Obser wrote:
On Sun, Jul 08, 2018 at 07:53:41AM -0500, Edgar Pettijohn III wrote:
I am playing around with cgi written in c. I am getting what seems like a
weird error though. I'm starting off with a very basic program:
#include
int
main(void)
{
fprintf(
On Sun, Jul 08, 2018 at 07:53:41AM -0500, Edgar Pettijohn III wrote:
> I am playing around with cgi written in c. I am getting what seems like a
> weird error though. I'm starting off with a very basic program:
>
> #include
>
> int
> main(void)
> {
> fprintf(stdout,
> "\n"
I am playing around with cgi written in c. I am getting what seems like
a weird error though. I'm starting off with a very basic program:
#include
int
main(void)
{
fprintf(stdout,
"\n"
"\n"
"test\n"
"\n"
"\n"
6 matches
Mail list logo