[Prev][Next][Index]
Sage error.
- From: Rahul Singh <rsingh@valhalla.cs.wright.edu>
- Date: Sun, 7 Apr 1996 14:01:18 -0400
- To: sage-bugs@extreme.indiana.edu
- Subject: Sage error.
- Sender: owner-sage-bugs@extreme.indiana.edu
The following function templates are in stdlib.h that exists in
/usr/local/lib/gnu/lib/gcc-lib/alpha-dec-osf3.2/2.7.2/include. This file is
included in a benchmark program that performs continued fraction factoring. I am
executing sagecc after pre-processing the program with gcc. sagecc gives the
appended error for these function templates.
------------------------------------------------------------------------------
size_t wcstombs( char *__s, const wchar_t *__pwcs, size_t __n );
int wctomb( char *__s, wchar_t __wchar);
------------------------------------------------------------------------------
Error on line 134 of c.c: parse error
Error in sagecc while executing:
-------> /usr/local/src/MoreLanguages/sage++/sage++-1.7/bin/alpha/pC++2dep TEMP_Sgcc.c