cURL / Mailing Lists / curl-library / Single Mail

curl-library

Link problems under OpenVMS

From: HERMIDA PARAMIO Francisco <francisco.hermida_at_arcelormittal.com>
Date: Tue, 9 Dec 2008 16:22:33 +0100

Hello,
 
I am new to libcurl and I am trying to use it in OpenVMS. I have
download the VMS package and I have tried to build a simple test program
to see if I am able to work with the library.
 
The source quite is fairly simple:
 
#include <stdio.h>
#include <string.h>
#include <curl.h>

int main(int argc, char **argv)
{

CURL *curl;

/* In windows, this will init the winsock stuff */
curl_global_init(CURL_GLOBAL_ALL);

return 0;
}

When I try to link it against library CURLLIB.OLB_NOSSL I get 2
undefined symbols:

%LINK-W-NUDFSYMS, 2 undefined symbols:
%LINK-I-UDFSYM, DECC$INET_NTOP
%LINK-I-UDFSYM, DECC$STRTOK_R

These are 2 functions of C RTL. Do you now the minimun version of C
compiler required to use libcurl in VMS?. I use DEC C V5.7-004 on
OpenVMS Alpha V7.1

Thanks,
Francisco.

Por favor piense en el medio ambiente antes de imprimir este e-mail | Please consider the environment before printing this e-mail

---------------------------
Este mensaje y cualquiera de sus ficheros adjuntos (el 'mensaje') se dirige exclusivamente a sus destinatarios y es confidencial. Si recibe este mensaje por error, le rogamos que lo borre y notifique inmediatamente al remitente. Cualquier utilizacion de este mensaje para un fin distinto de su proposito, asi como cualquier difusion o publicacion del mismo, ya sea total o parcial, esta prohibida, salvo autorizacion expresa. Internet no puede garantizar la integridad de este mensaje. El Grupo ArcelorMittal declina cualquier responsabilidad en relacion con el presente mensaje, si el mismo fuera modificado.

This message and any attachments (the 'message') is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message. The ArcelorMittal Group shall not therefore be liable for the message if modified.
---------------------------
Sus Datos Personales, obtenidos a raiz de sus contactos con nuestra Sociedad o con terceros, son tratados por aquella para la realizacion de su objeto social; podran ser utilizados por otras sociedades del Grupo ArcelorMittal (www.arcelormittal.com) en el marco de la normativa aplicable. Para el ejercicio de sus derechos dirijase a: proteccion.datos_at_arcelormittal.com

Your Personal Data, obtained through your contacts with our Company or third parties, are treated by us to accomplish our social object; disclosure to other ArcelorMittal Group companies (www.arcelormittal.com) under the applicable rules is foreseen. Your rights can be exercised at: proteccion.datos_at_arcelormittal.com.
Received on 2008-12-09