Build version 3.00
Derek Parnell
derek at psych.ward
Tue Jun 6 17:00:38 PDT 2006
On Tue, 06 Jun 2006 18:41:29 +0200, Frank Benoit wrote:
> Derek Parnell schrieb:
>> The next release of Build is now available.
>>
>> See http://www.dsource.org/projects/build/wiki for more details.
>>
>
> Thanks for your work.
>
> And a first bug report on Linux building a lib
> If i give the option -UMB=No or not, all *.o are created in the actual
> directory.
Yep. That would be expected. Without this switch set to YES, the .o file is
created in the same directory as the respective source file.
> Later ar complains about missing <path to source files>/mod.o files.
Are you saying that the .o files have been moved or deleted before 'ar'
gets to run? Where are the .o files now?
> If i give the option -UMB=Yes, all *.o with the same name, but from
> different packages overwrite each other.
Yep. That would be expected. With -UMB=YES, all .o files are created in the
current directory.
> I tried the '-test' option. Here it seams to be ok, no '-od' is in the
> command.
> The same build succeeds with build 2.09 and the same dmd 0.160
What are you expecting to happen with respect to .o file creation?
> A typo in the documentation: the option is called UBM (title) instead of
> UMB.
Thanks.
--
Derek
(skype: derek.j.parnell)
Melbourne, Australia
"Down with mediocracy!"
7/06/2006 9:55:34 AM
More information about the Digitalmars-d-announce
mailing list