On Thu, Jan 10, 2002 at 03:23:20PM -0700, Robert L. Cochran Jr. wrote: > There are several hundred lines of error output like the above and > unfortunately I don't know how to redirect make's output to a file so I > can inspect the gcc compiler string. I'm new to C programming and not > sophisticated in Linux development techniques.
what kind of shell are you using ? c shell, or bash ? if you are using c shell you can do make all >>& result > > I had trouble installing the 'makedepend' executable that I compiled in > the 'makedepend' subdirectory. The documentation doesn't reference where > to install it, so I put it in /home/bcochran/bin which is in my path. > "Configure" does detect it now where it previously didn't, but I don't > understand how the executable works or whether it is being invoked > correctly. > > I would appreciate any advice for getting pop3d.c to compile on a Red > Hat Linux 7.2 server configuration. I am using > > CPPFLAGS=-I/ usr/include/db3 -I/usr/local/include Cyrus using C not C++, so you need to change it to CFLAGS