Laurence,

Can you send me your dxconfig.h.

Also try and compile the following small program as test.c and test its output.

#include <math.h>

int main() {
        float a = 4.395;
        printf("%f\n", trunc(a));
}

cc test.c
a.out

David

Thanks for the suggestion. HP 10.20 has these in /lib/X11 - and they
don't make a difference...

On Mon, 23 Sep 2002, Gregory D Abram wrote:


 Another thing to try - you need two environment variables set: XKEYSYMDB
 and XERRORDB to point to XKeysymDB and XErrorDB files that you'll find (I
 hope) somewhere in your X11R6 directory tree.


 Greg




-----------------------------------------------
Laurence Marks
Department of Materials Science and Engineering
MSE Rm 2036 Cook Hall
2225 N Campus Drive
Northwestern University
Evanston, IL 60201, USA
Tel: (847) 491-3996 Fax: (847) 491-7820
mailto:[EMAIL PROTECTED]
http://www.numis.nwu.edu
-----------------------------------------------


--
.............................................................................
David L. Thompson                   Visualization and Imagery Solutions, Inc.
mailto:[EMAIL PROTECTED]    5515 Skyway Drive, Missoula, MT 59804
                                    Phone : (406)257-8530

Reply via email to