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