Re: compiling dxpc

2000-01-18 Thread Joe Reinhardt
GC == G Crimp [EMAIL PROTECTED] writes: GC Hi, I'm trying to compile the newest version of dxpc on two GC different machines (one is running Deb 2.0, the other Deb GC 2.1). When I get to the `make' step, neither machine will GC compile. You need the C++ compiler, plus liblzo

compiling dxpc

2000-01-17 Thread G. Crimp
Hi, I'm trying to compile the newest version of dxpc on two different machines (one is running Deb 2.0, the other Deb 2.1). When I get to the `make' step, neither machine will compile. I appear to be missing some header files (I think, I know little of C). I don't know what packages I

Re: compiling dxpc

2000-01-17 Thread Eric G . Miller
On Sun, Jan 16, 2000 at 07:19:54PM -0800, G. Crimp wrote: Hi, I'm trying to compile the newest version of dxpc on two different machines (one is running Deb 2.0, the other Deb 2.1). When I get to the `make' step, neither machine will compile. I appear to be missing some header files

Re: compiling dxpc

2000-01-17 Thread G. Crimp
On Sun, Jan 16, 2000 at 07:47:45PM -0800, Eric G . Miller wrote: On Sun, Jan 16, 2000 at 07:19:54PM -0800, G. Crimp wrote: [snip] Yes, you need to use g++ to compile these programs. They are C++, not C. So you need to have the relevant C++ development debs. Looks like you also need the

Re: compiling dxpc

2000-01-17 Thread Eric G . Miller
On Sun, Jan 16, 2000 at 09:24:15PM -0800, G. Crimp wrote: Do you have any package names ? g++, libc6, libstdc++2.10-dev, libc6-dev, libstdc++2.10, xlib6g-dev. There should be a README, INSTALL and possibly other files that came with the program to tell you what you need to compile it.