RE: Problem compiling ups 3.38
"Nisha Agarwal" <[email protected]> Wed, 21 Jul 2004 16:13:17 -0700
| Newsgroups | gmane.comp.debugging.ups.user |
|---|---|
| Message-ID | <C9C68B767ECE0F44B4DDF71D9007FCBF016BE466@sjuec001> |
If anyone has an executable for Solaris2.7 or so, I can really use it. Thanks. -----Original Message----- From: Nisha Agarwal Sent: Wednesday, July 21, 2004 3:53 PM To: [email protected] Subject: Problem compiling ups 3.38 Hello, I am trying to compile ups 3.38 using gcc and I get the following error: cx_libfuncs.h:223: `_doprnt' undeclared here (not in a function) cx_libfuncs.h:223: initializer element is not constant cx_libfuncs.h:223: (near initialization for `Libfunc_addrs[20]') In the ifdefs.h created by configure, HAVE_DOPRNT was set to 1. #define HAVE_DOPRNT 1 If I changge to to 0, it compiles fine. However, when I try to print value of any variable in the debugger, ups crashes. Has anyone else seen this problem ? Nisha