In message <fa849bbcfec13e42a34ae60ebc2d724720d4ad5...@sgmail1> on Tue, 30 Nov 
2010 10:50:02 +0100, Arpadffy Zoltan <[email protected]> said:

Zoltan.Arpadffy> Richard Levitte> However, resolving all those concealed 
devices is still a good thing, so I suggest this strategy:
Zoltan.Arpadffy> 
Zoltan.Arpadffy>  $       ROOT = 
F$PARSE("sys$disk:[-]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
Zoltan.Arpadffy>  $       ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY")
Zoltan.Arpadffy>  $       ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") -
Zoltan.Arpadffy>                     - ".][000000" - "[000000." - "][" - "[" - 
"]"
Zoltan.Arpadffy>  $       ROOT = ROOT_DEV + "[" + ROOT_DIR
Zoltan.Arpadffy>  $       DEFINE/NOLOG SSLROOT 'ROOT'.APPS.] /TRANS=CONC
Zoltan.Arpadffy> 
Zoltan.Arpadffy> Sounds perfect, except that you missed a nasty coma sign. The 
first line should look like this:
Zoltan.Arpadffy> $       ROOT = 
F$PARSE("sys$disk:[-]A.;0",,,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"


Heh, yeah, I noticed when testing :-)

Zoltan.Arpadffy> Zoltan.Arpadffy> ...I am dreaming of the possibility to choose 
between the 64 and the 32 bit version build and reuse this "not-used option" in 
MAKEVMS.COM
Zoltan.Arpadffy> Zoltan.Arpadffy> During the summer I have submitted a patch 
for this "feature"... wonder is there any chance for this code to be merged in?
Zoltan.Arpadffy> 
Zoltan.Arpadffy> Richard Levitte> I recall discussing it, because it seemed to 
be a no-op...  but I can't recall getting to an answer (and I'll admit not 
being a good
Zoltan.Arpadffy> participant in that discussion).
Zoltan.Arpadffy> 
Zoltan.Arpadffy> This would be very useful as there are still users that link 
against 32 bit libraries for some reasons.
Zoltan.Arpadffy> From other side the current 64 bits build stays as a default 
and you would not see any difference if the 32 bit parameter is not explicitly 
used.
Zoltan.Arpadffy> 
Zoltan.Arpadffy> I'll prepare a patch against STABLE-SNAP-20101124 and when I'm 
ready I'll submit it again.

I'll have a look at it when I get it :-)

Cheers,
Richard

-- 
Richard Levitte                         [email protected]
                                        http://richard.levitte.org/

"Life is a tremendous celebration - and I'm invited!"
-- from a friend's blog, translated from Swedish
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to