> the fun thing is that the libraries are there, and even redid the > libtool install, tried fiddling with the makefile.rules to add a library > directory to check, and it still comes up the same...an attempt at > seeing what ld -lpgui returns is: > > ld: warning: cannot find entry symbol _start; not setting start address > > that probably shouldnt be happening should it?
that's trying to link a library which has no main(). that's perfectly normal. i'm not sure what all you did, but did you try tunning 'ldconfig' after make install with the cli_c stuff? ldconfig will update the library tables etc etc. maybe that'll help. ttyl, Chris Wright --- Rise then unto that for which Thou wast created. ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
