Salut,

am urmatorul programel in C pe care nu reusesc sa il compilez.
Am instalat pachetul imap-devel-2000c-15 si am incercat sa compilez
urmatorul programel:

#include <stdio.h>
#include "c-client.h"
MAILSTREAM *casuta=NIL;
MAILSTREAM *radu=NIL;
char *modem=NIL;
int main(void) {
    radu=mail_open(casuta, "[EMAIL PROTECTED]", OP_READONLY);
    if (radu == NIL)
        printf(" nu merge");
return (0);
}




folosind urmatoarea comanda:
gcc -g -Wall -I/usr/include/imap -L/usr/lib h.c -lc-client

Multumesc anticipat.
Liviu.

---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui