[opendx-dev] Compil on Irix with native compiler ?

1999-12-21 Thread Jean-christophe Penalva
Hello, now that i have a 4.0.9 dx working on my Onyx 2, i try my pg that was generate with the old 3.1.4 IBM version. But there's a big pb, the same pg run on 2 minutes with the IBM and 5 minutes with 4.0.9 !!! Suppose it came from the gcc ?? Should i use the native compiler (and how

Re: [opendx-dev] Compil on Irix with native compiler ?

1999-12-21 Thread Richard Gillilan
Jean-christophe Penalva wrote: Hello, now that i have a 4.0.9 dx working on my Onyx 2, i try my pg that was generate with the old 3.1.4 IBM version. But there's a big pb, the same pg run on 2 minutes with the IBM and 5 minutes with 4.0.9 !!! Interesting, what type of computation

Re: [opendx-dev] Compil on Irix with native compiler ?

1999-12-21 Thread Jean-christophe Penalva
My version was build on gcc 2.95.2 on IRIX 6.5.6. I can't compile it with the native cc !!! I think that dx doesn't work on 64 bit only on 32, so you must force n32. Can you explain your method to compile with native compile (aclocal... your variable (PATH CFLAGS...). The pg i run

Re: [opendx-dev] Compil on Irix with native compiler ?

1999-12-21 Thread Richard Gillilan
JCan you explain your method to compile with native compile (aclocal... your variable (PATH CFLAGS...) I'm working with a cvs version that is less than two weeks old. I use the following commands to build it: aclocal autheader automake --include-deps autoconf configure

[opendx-dev] dx/src/uipp/dxuilib StandIn.C

1999-12-21 Thread pdk
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv25006 Modified Files: StandIn.C Log Message: PR33: for postscripting nets, truncat long strings on inputs but don't count escapes as characters and don't end on an escape. also replace trailing

Re: [opendx-dev] Save image problem dx4.0.9

1999-12-21 Thread Randy Polson
Hi Pete- I followed your instructions and connected to a running dxexec process. When I tried to save an image in Imagemagick format without an extension, it died. I typed from the dbx prompt where . The output is attached. I tried the whole procedure twice and got the same results both

Re: [opendx-dev] ImageMagick compile on SGI

1999-12-21 Thread Peter Daniel Kirchner
Richard, Here's my settings for opendx on sgi. I'm no expert on the sgi abi's, so I had to struggle to get dxexec to build w/ purify... I ended up having to use cc -v for the link line and using it as a guide, pasting together an ld line that replaced the o32 crt1.o's with the lib32 ones. But

Re: [opendx-dev] Compil on Irix with native compiler ?

1999-12-21 Thread Peter Daniel Kirchner
paralleling the ImageMagick compilation thread, sgi's compilers require this (or similar): CPPFLAGS= -Dsgi -I /usr/local/include CFLAGS= -I /usr/local/include -n32 LDFLAGS= -L /usr/lib32 -L /usr/local/lib CXXFLAGS= -n32 SO_FLAGS=-n32 I'm unhappy about the /usr/lib32 part... regards, Pete

[opendx-dev] dx/src/exec/dxmods genimp_io.c genimp_parse.c

1999-12-21 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv10488 Modified Files: genimp_io.c genimp_parse.c Log Message: Rename two more instances of internally defined version of getline to dx_getline to avoid stdio.h conflicts.

[opendx-dev] dx/src/exec/dxmods import_ss.c

1999-12-21 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv10480 Modified Files: import_ss.c Log Message: Renamed function getline to dx_getline to avoid conflict with stdio.h version of getline. This only rares its head in certain compile instances.

[opendx-dev] dx/src/uipp/widgets Dial.c Slider.c

1999-12-21 Thread David Thompson
Update of /src/master/dx/src/uipp/widgets In directory opendx.watson.ibm.com:/tmp/cvs-serv25554 Modified Files: Dial.c Slider.c Log Message: Renamed internally defined round function to dx_round to avoid conflict with version defined in math.h.