Dear David, I did the following but still not able to load MIMEDEFANG :-( pl help & Guide:-
I did follwoing NOTE I am using bash and there my path is /usr/sbin :- 1) #mv /usr/ucb/cc /usr/ucb/cc.save #ln -s /usr/local/bin/gcc /usr/ucb/cc 2) #cd /usr/local/bin #ln -s gcc cc >>>>It gave error as this file exist so, #mv cc cc.save1 #ln -s gcc cc After this ,I didn't get what do u mean by the 3) point. my .profile #more .profile stty istrip PATH=/usr/bin:/usr/ucb:/etc:/usr/ccs/bin/:/usr/sbin/:. export PATH After Going to directory for installation cd /opt/MIME-Base64-3.00 ;I did the below one (after perl Makefile.PL) -------------------------------------------------------- # make cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xO3 -xdepend -DVERSION=\"3.00\" -DXS_VERSION=\"3.00\" -KPIC -I/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE Base64.c cc: unrecognized option `-KPIC' cc: language depend not recognized cc: Base64.c: linker input file unused because linking not done Running Mkbootstrap for MIME::Base64 () chmod 644 Base64.bs rm -f blib/arch/auto/MIME/Base64/Base64.so LD_RUN_PATH="" cc -G Base64.o -o blib/arch/auto/MIME/Base64/Base64.so cc: Base64.o: No such file or directory cc: no input files *** Error code 1 make: Fatal error: Command failed for target `blib/arch/auto/MIME/Base64/Base64.so' -------------------------------------------------------- I am really fed up .Added to this I downloaded & install the latest make for Sparc Sol9 and installed but no success till now :-(( With best regards, Mani --- "David F. Skoll" <[EMAIL PROTECTED]> wrote: > On Mon, 8 Mar 2004, manishankar pandey wrote: > > > /usr/ucb/cc: language optional software package > not > > installed > > error code 1 > > You don't have Sun's C compiler. If you're using > gcc, download the > perl 5.8.0 package from http://www.sunfreeware.com/. > It was compiled > with gcc, and it will permit compilation of Perl > extensions with gcc. > > -- > David. > _______________________________________________ > Visit http://www.mimedefang.org and > http://www.canit.ca > MIMEDefang mailing list > [EMAIL PROTECTED] > http://lists.roaringpenguin.com/mailman/listinfo/mimedefang __________________________________ Do you Yahoo!? Yahoo! Search - Find what you�re looking for faster http://search.yahoo.com _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

