Re: error compiling a program

2001-03-13 Thread Philipp Bliedung
Sorry for the typo!! With changing permissions I got it working! :) Well I could have probably figured that out myself - but still THANKS A LOT for the explanation!! Philipp Christoph Simon wrote: > On Mon, 12 Mar 2001 22:12:09 +0100 > Philipp Bliedung <[EMAIL PROTECTED]> wrote: > > > Hi, > > >

Re: error compiling a program

2001-03-12 Thread Carel Fellinger
On Mon, Mar 12, 2001 at 10:12:09PM +0100, Philipp Bliedung wrote: > Hi, > > I can't figure out why this is happening. I tried to compile a program > (OpenDX 4.1) because there are no binaries for Debian - at least not on > the website of OpenDX. Anyway I did ./configure and than make ... and > tha

Re: error compiling a program

2001-03-12 Thread Christoph Simon
On Mon, 12 Mar 2001 22:12:09 +0100 Philipp Bliedung <[EMAIL PROTECTED]> wrote: > Hi, > > I can't figure out why this is happening. I tried to compile a program > (OpenDX 4.1) because there are no binaries for Debian - at least not on > the website of OpenDX. Anyway I did ./configure and than make

error compiling a program

2001-03-12 Thread Philipp Bliedung
Hi, I can't figure out why this is happening. I tried to compile a program (OpenDX 4.1) because there are no binaries for Debian - at least not on the website of OpenDX. Anyway I did ./configure and than make ... and that's what I get: make[3]: Entering directory '/home/user1/programs/dx-4.1

Re: compiling a program

2001-03-02 Thread Ron Peterson
Philipp Bliedung wrote: > > Hi, > > I have simple question concerning compiling a programm > When I compile a program from the sources and it beakes for whatever > reason, how can I get rid of all the files that were created so far or > how can I remove this 'broken' program ? Is there anyt

Re: compiling a program

2001-02-24 Thread Jaye Inabnit ke6sls
Hi Philipp, I generally use the 'make install remove'. It seems to work well here for source I build locally. *tgz* .deb files are pretty easy to handle. just read up on dpkg. good luck. On Saturday 24 February 2001 07:05, Philipp Bliedung wrote: > Hi, > > I have simple question concerning

Re: compiling a program

2001-02-24 Thread Martin Albert
On Saturday 24 February 2001 16:05, Philipp Bliedung wrote: > When I compile a program from the sources and it beakes for whatever > reason, how can I get rid of all the files that were created so far If it's a debian package, cd to the unpacked src-packages top directory (the one containing a di

Re: compiling a program

2001-02-24 Thread ktb
On Sat, Feb 24, 2001 at 03:05:39PM +, Philipp Bliedung wrote: > Hi, > > I have simple question concerning compiling a programm > When I compile a program from the sources and it beakes for whatever > reason, how can I get rid of all the files that were created so far or > how can I remove

compiling a program

2001-02-24 Thread Philipp Bliedung
Hi, I have simple question concerning compiling a programm When I compile a program from the sources and it beakes for whatever reason, how can I get rid of all the files that were created so far or how can I remove this 'broken' program ? Is there anything like 'apt-get -f install' which is

Re: Compiling a program error

1999-02-20 Thread Patrik Hagglund
Oh, sorry, your problem seams to be an compiler installation problem. A search for __eh_pc gives the following URL: http://www.cygnus.com/ml/egcs/1998-Oct/0119.html with the following quote: > My guess is that you're mixing new compilers and old libraries. > You probably have an old libgcc.a some

Re: [OFFTOPIC] Compiling a program error

1999-02-20 Thread Patrik Hagglund
The compiler is unable to find __eh_pc used by the file WindowManager.cpp (?) in the library. You have to debug this yourself. -- Patrik Hägglund

Compiling a program error

1999-02-20 Thread Jim Foltz
Hello, I have attached the output from the make command I get while trying to compile a program for my programming class. The book is called "c++ Program Design" and the comes with a simple window library, which the program in question is linked against. I think the program compiles, as a .o file