help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-cgicc] FreeBSD Problem


From: Alexander J. Oss
Subject: Re: [help-cgicc] FreeBSD Problem
Date: Mon, 27 Oct 2003 20:03:17 -0500

Can you post the entire code (or a minimal program that reproduces the
error)?

----- Original Message ----- 
From: "Guilherme A. Mendes" <address@hidden>
To: <address@hidden>
Sent: Monday, October 27, 2003 8:22 AM
Subject: [help-cgicc] FreeBSD Problem


Hi all,

The code below doesnt work on FreeBSD (4.9-RELEASE) gcc 2.9:

const_form_iterator name = formData.getElement("name");
cout << "Your name is " << **name << '.' << br() << endl;

I got 'bus error' when I try to run it. It works right on Linux (Debian,
2.4.18).
The script crashes when find **name.

Thanks in advance,
GMendes



_______________________________________________
help-cgicc mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/help-cgicc






reply via email to

[Prev in Thread] Current Thread [Next in Thread]