Re: FreeBSD Problem

"Alexander J. Oss" <[email protected]> Mon, 27 Oct 2003 20:03:17 -0500
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <003101c39cef$4663d390$11bffea9@puter>
Can you post the entire code (or a minimal program that reproduces the
error)?

----- Original Message ----- 
From: "Guilherme A. Mendes" <[email protected]>
To: <[email protected]>
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
[email protected]
http://mail.gnu.org/mailman/listinfo/help-cgicc