Am 12 Apr 2002 um 3:11 hat sidharth geschrieben:

> hi dirk,
> 
>       i had downloaded pracct prqd and libs tar
> archive
> i successfully installed prqd and libs but when i do
> make for pracct it gives undefined reference to
> printf...  etc 
> also how can i use prqd now.
> please help

Hi Sidharth,
we need to figure out the source of the problem.
Can you please run

./configure |& tee configure.out
make |& tee make.out
make install |& tee install.out

in a C-Shell or

./configure 2>&1 | tee configure.out
make 2>&1 | tee make.out
make install 2>&1 | tee install.out

and send me the files configure.out, make.out, install.out, Makefile and
config.h directly per E-Mail (to "[EMAIL PROTECTED]", not through the list)?

Greetings

Dirk

-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to