Hello:

 

I am trying to customize "aix-cc" configuration for myself. In the
Configure script in OpenSSL, the line reads as follows:

 

"aix-cc",   "cc:-q32 -O -DB_ENDIAN
-qmaxmem=16384::-qthreaded:AIX::BN_LLONG
RC4_CHAR::aix_ppc32.o::::::::::dlfcn:aix-shared::-q32:.so.\$(SHLIB_MAJOR
).\$(SHLIB_MINOR)::-X 32",

 

 

I want to add a flag in the line so that it should now have
-binitfini:MyFunction flag and the line should read as follows:

 

"aix-cc",   "cc:-q32 -O -DB_ENDIAN -qmaxmem=16384 -binitfini:MyFunction
::-qthreaded:AIX::BN_LLONG
RC4_CHAR::aix_ppc32.o::::::::::dlfcn:aix-shared::-q32:.so.\$(SHLIB_MAJOR
).\$(SHLIB_MINOR)::-X 32",

 

However, the problem is that the colon in the flag itself is treated as
the delimiter. I want to know if there is any escape character
(sequence) that I can use to retain the meaning of colon in flag
-binitfini:MyFunction.

 

Any help will be appreciated.

 

Thanks,

 

Manish Mehta


"Tumbleweed E-mail Firewall <tumbleweed.com>" made the following
 annotations on 01/12/07, 19:28:47
------------------------------------------------------------------------------
=== Tumbleweed Communications Disclaimer === 

This e-mail, including attachments, may include confidential and/or proprietary 
information, and may be used only by the person or entity to which it is 
addressed.  If the reader of this e-mail is not the intended recipient or his 
or her authorized agent, the reader is hereby notified that any dissemination, 
distribution or copying of this e-mail is prohibited. If you have received this 
e-mail in error, please notify the sender by replying to this message and 
delete this e-mail immediately. 


==============================================================================

Reply via email to