Re: GCC compiling errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



van Niekerk, Ronelle, VF-NZ schrieb:

gcc myMail.C -o myMail -g -D_REENTRANT -Wno-deprecated -DGCC
-I$HOME/appserv/include -L$HOME/appserv/lib -lwyy -lstdc++ -lpthread


Mr. Schwendt already told the reason, why the error occurs. At least two classes are missing while linking the application. Look into the source files, if there are Util and SendMail classes somewhere. Maybe there are even files with such a name? Add these files to the command line near myMail.C so g++ can find it while linking. It's also possible that the classes are located in a library. Try looking at $HOME/appserv/*.

Regards,

Gerrit Albrecht


-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux