On Tue, 18 Feb 2003, Doug Dalton wrote: > I am having a problem compiling c-client in the dist for imap-2002b with > the make statement on openbsd 3.0 i386 (the extra flag are for Drac auth): > > make bso SSLTYPE=unix.nopwd SSLDIR=/usr CFLAGS=-DDRAC_AUTH > EXTRALDFLAGS=-ldrac
Your problem is caused by the command line redefinition of CFLAGS. Define EXTRACFLAGS instead. -- Mark -- http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate.
