On 06/14/2014 07:49 PM, John E. Malmberg wrote:
> Agreed, on VMS the module name space is separate from the filesystem.
>
> As pointed out before, GNU make does not have a way to make that
> distinction. So GNU make can only use case sensitive module name
> comparisons on VMS with ODS-5 support.
On 06/14/2014 07:44 PM, John E. Malmberg wrote:
>> In arscan.c, I suggest to use LBR$_HDRTRUNC instead of LIB_W_HDRTRUNC. A
>> "globalvalue unsigned int LBR$_HDRTRUNC;" replaces the "#define
>> LIB_W_HDRTRUNC 2525184" and the check changes to "if ((status !=
>> LBR$_HDRTRUNC) && ..."
>>
>> Globalva
On 06/14/2014 07:14 PM, John E. Malmberg wrote:
> I think there is a way to use pipe commands to do appending of output.
I don't know of any way to have that in the current pipe command I tried
(V8.3/Alpha). The only workaround seems to use append/new, but that has
some incompatibilities/limitati
We cannot help you if you don't post your makefile. Every makefile is
different and nobody can give you an answer that is guaranteed to work
without seeing it.
You might be lucky if you set LDFLAGS e.g. to "-lmysqlcppconn" but
this could easily not be correct.
Regards,
Tim
On 20 June 2014 07:37
Hi ,
i already design my model for LTE-Sim s/w and i tested under the eclipse
successfully, however since i'm using mysql for my model then i was able to
add mysqlcppconn to C++ linker form the setting
Now when i want to compile my model under the LTE-Sim s/w i get an error
message (which is the sa