This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: _ELIX_LEVEL problems


On 5/9/2006 12:21 PM, Jeff Johnston wrote:
There is quite possibly some missing restrictions in the code as you have noted regarding vfscanf.c.

What specific problems are you seeing in your build that you alluded to in your other note?

I had this same problem when trying to build cygwin. These are the errors I saw:


ar: creating libmingwex.a
a - fwide.o
a - imaxabs.o
a - imaxdiv.o
...
Cannot export iswalnum: symbol not defined
Cannot export iswalpha: symbol not defined
Cannot export iswblank: symbol not defined
Cannot export iswcntrl: symbol not defined
Cannot export iswctype: symbol not defined
Cannot export iswdigit: symbol not defined
Cannot export iswgraph: symbol not defined
Cannot export iswlower: symbol not defined
Cannot export iswprint: symbol not defined
Cannot export iswpunct: symbol not defined
Cannot export iswspace: symbol not defined
Cannot export iswupper: symbol not defined
Cannot export iswxdigit: symbol not defined
Cannot export towctrans: symbol not defined
Cannot export towlower: symbol not defined
Cannot export towupper: symbol not defined
Cannot export wctrans: symbol not defined
Cannot export wctype: symbol not defined
Creating library file: cygdll.a
/netrel/build/cygwin/i686-pc-cygwin/newlib/libc/libc.a(lib_a-wcwidth.o): In function `wcwidth':
/netrel/src/cygwin/newlib/libc/string/wcwidth.c:48: undefined reference to `_iswprint'
/netrel/src/cygwin/newlib/libc/string/wcwidth.c:50: undefined reference to `_iswcntrl'
/netrel/build/cygwin/i686-pc-cygwin/newlib/libc/libc.a(lib_a-vfscanf.o): In function `__svfscanf_r':
/netrel/src/cygwin/newlib/libc/stdio/vfscanf.c:721: undefined reference to `_iswspace'



-- David Rothenberger spammer? -> spam@daveroth.dyndns.org GPG/PGP: 0x92D68FD8, DB7C 5146 1AB0 483A 9D27 DFBA FBB9 E328 92D6 8FD8

You can tune a piano, but you can't tuna fish.

You can tune a filesystem, but you can't tuna fish.
                -- from the tunefs(8) man page


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]