I can't get 3.0.1 to fully compile on my Solaris machines(2.6 and 2.8) Below is an example the error I am getting. Note, that it errored out earlier with the same problem, I typed make again and it went on to the next file, got the same error about a file with extension .o.o not existing. The actual error: --- Compiling lib/replace1.c with -KPIC mv: cannot access lib/replace1.po.o.o *** Error code 2 make: Fatal error: Command failed for target `lib/replace1.po.o' --- I look in the makefile, and I do see it has references to .o.o things. For example: ---- .c.po.o: @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \ dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi @echo Compiling $*.c with -KPIC @$(CC) -I. -I$(srcdir) $(FLAGS) -KPIC -c $< -o $*.po.o # -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.po.o$$%.o%'` $@ @mv $*.po.o.o $@ ---- Any ideas, I'm really hoping to try to get 3.0.1 Samba built and running on our machines over the holiday break. I've succesfully compiled it on a number of other unix platforms(Tru64 and Linux) so it must be a Solaris issue. Thanks -grant
FYI - Since joining the list and posting on it, I noticed that I've gotten a number of emails with a trojan in the attachment (virus) ... SOMEONE on this list is infected. (well, someone's computer is infected) PLEASE double check your system. Yahoo scan of the attachment: ----------------------------- File name: patch.exe File type: application/x-msdownload Scan result: Virus "W32.Swen.A@mm" found. You can not download this attachment. You have two options: 1. Sign up for Yahoo! Mail Plus to get automatic cleaning of infected attachments. Learn more. (Note: Not all viruses can be cleaned.) 2. Contact the message sender and request that they resend the attachment to you after cleaning it with anti-virus software. you can find more about virii here: http://www.f-secure.com/ http://www.macaffe.com/ http://www.symantec.com/ note - sometimes they may have a free program to get rid of this particular virus... thanks b __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/
Grant wrote:> > I can't get 3.0.1 to fully compile on my Solaris machines(2.6 > and 2.8). >What compiler are you using? I built it on Saolris 8 2/02 just fine. I had *lots* of problems with Sun's compiler, but using GCC made it all happy. -wde -- Will Enestvedt UNIX System Administrator Johnson & Wales University -- Providence, RI
Grant Schoep wrote:> > Ah.. shoot. >Oh, that's _exactly_ the word I used when John Terpstra told me, too. :7)> > I have 3 different Sun compiler versions available so I tried > those. I guess I'll go download the gcc compiler and get that built > and use that instead... >I think I grabbed a tarball for 3.3 from a mirror of sunfreeware.com. Like I said, solved my issues. Good luck! -wde -- Will Enestvedt UNIX System Administrator Johnson & Wales University -- Providence, RI