Author: metze Date: 2007-05-22 11:23:36 +0000 (Tue, 22 May 2007) New Revision: 23069
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23069 Log: print out the command, to find out the problem on host 'tridge' metze Modified: branches/SAMBA_4_0/source/pidl/tests/Util.pm Changeset: Modified: branches/SAMBA_4_0/source/pidl/tests/Util.pm =================================================================== --- branches/SAMBA_4_0/source/pidl/tests/Util.pm 2007-05-22 10:05:56 UTC (rev 23068) +++ branches/SAMBA_4_0/source/pidl/tests/Util.pm 2007-05-22 11:23:36 UTC (rev 23069) @@ -92,6 +92,7 @@ my $cmd = "$cc $cflags -x c - -o $outfile $flags $ldflags"; $cmd =~ s/\n//g; +print "cmd: $cmd\n"; open CC, "|$cmd"; print CC "#define uint_t unsigned int\n"; print CC "#define _GNU_SOURCE\n";
