Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - maria: (7 Items)
   
maria  
Hi . I have problems using ds_create and ds_register  , with QNX 6.4.0 , the compiler said that "undefined reference to 
ds_register" , Can somebody help me ???
Re: problems with ds_register  
> Hi . I have problems using ds_create and ds_register  , with QNX 6.4.0 , the 
> compiler said that "undefined reference to ds_register" , Can somebody help me
>  ???


Re: maria  
On Wed, 2011-02-23 at 07:22 -0500, maria almerich wrote:
> Hi . I have problems using ds_create and ds_register  , with QNX
> 6.4.0 , the compiler said that "undefined reference to ds_register" ,
> Can somebody help me ???

You need to link against libds.

(either in your common.mk add LIBS+=ds or using IDE, QNX C/C++ Project,
Linker tab, Extra libraries).
Re: maria  
thank you so much.

2011/2/23 Aleksandar Ristovski <community-noreply@qnx.com>

> On Wed, 2011-02-23 at 07:22 -0500, maria almerich wrote:
> > Hi . I have problems using ds_create and ds_register  , with QNX
> > 6.4.0 , the compiler said that "undefined reference to ds_register" ,
> > Can somebody help me ???
>
> You need to link against libds.
>
> (either in your common.mk add LIBS+=ds or using IDE, QNX C/C++ Project,
> Linker tab, Extra libraries).
>
>
>
>
> _______________________________________________
>
> QNX Momentics Community Support
> http://community.qnx.com/sf/go/post83412
>
>
Re: maria  
Sorry but i have the another problem now .
I add the library on my IDE QNX , with extra libraries add, ds .  And when i
compile , i don´t have errors , but when i run the program , ds_register(),
it *said don´t such file or directorie*.
I want to see a variable in the HTML , and I include with qnxvar code in my
html index .
I start the slinger  with  this code :

export HTTPD_ ROOT_DIR =/usr/local/http
export HTTPD_ROOT_DOC=index.html
export HTTPD_SCRIPTALIAS=/usr/www/cgi-bin
slinger -es &

And I view the web page , but the variables don´t appear .
I need help !!!
2011/2/24 maria almerich gimenz <malmerich@gmail.com>

> thank you so much.
>
> 2011/2/23 Aleksandar Ristovski <community-noreply@qnx.com>
>
> On Wed, 2011-02-23 at 07:22 -0500, maria almerich wrote:
>> > Hi . I have problems using ds_create and ds_register  , with QNX
>> > 6.4.0 , the compiler said that "undefined reference to ds_register" ,
>> > Can somebody help me ???
>>
>> You need to link against libds.
>>
>> (either in your common.mk add LIBS+=ds or using IDE, QNX C/C++ Project,
>> Linker tab, Extra libraries).
>>
>>
>>
>>
>> _______________________________________________
>>
>> QNX Momentics Community Support
>> http://community.qnx.com/sf/go/post83412
>>
>>
>
Re: maria  
You have to debug your process, we cannot help you with this one

On 02/25/2011 06:00 AM, maria almerich wrote:
> Sorry but i have the another problem now .
> I add the library on my IDE QNX , with extra libraries add, ds .  And when i
> compile , i don´t have errors , but when i run the program , ds_register(),
> it *said don´t such file or directorie*.
> I want to see a variable in the HTML , and I include with qnxvar code in my
> html index .
> I start the slinger  with  this code :
> 
> export HTTPD_ ROOT_DIR =/usr/local/http
> export HTTPD_ROOT_DOC=index.html
> export HTTPD_SCRIPTALIAS=/usr/www/cgi-bin
> slinger -es &
> 
> And I view the web page , but the variables don´t appear .
> I need help !!!
> 2011/2/24 maria almerich gimenz <malmerich@gmail.com>
> 
>> thank you so much.
>>
>> 2011/2/23 Aleksandar Ristovski <community-noreply@qnx.com>
>>
>> On Wed, 2011-02-23 at 07:22 -0500, maria almerich wrote:
>>>> Hi . I have problems using ds_create and ds_register  , with QNX
>>>> 6.4.0 , the compiler said that "undefined reference to ds_register" ,
>>>> Can somebody help me ???
>>>
>>> You need to link against libds.
>>>
>>> (either in your common.mk add LIBS+=ds or using IDE, QNX C/C++ Project,
>>> Linker tab, Extra libraries).
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>>
>>> QNX Momentics Community Support
>>> http://community.qnx.com/sf/go/post83412
>>>
>>>
>>
> 
> 
> 
> 
> _______________________________________________
> 
> QNX Momentics Community Support
> http://community.qnx.com/sf/go/post83488
Re: maria  
Is possible i have a problem with the license , when i try to add  library

2011/2/25 maria almerich gimenz <malmerich@gmail.com>

> Sorry but i have the another problem now .
> I add the library on my IDE QNX , with extra libraries add, ds .  And when
> i compile , i don´t have errors , but when i run the program ,
> ds_register(), it *said don´t such file or directorie*.
> I want to see a variable in the HTML , and I include with qnxvar code in my
> html index .
> I start the slinger  with  this code :
>
> export HTTPD_ ROOT_DIR =/usr/local/http
> export HTTPD_ROOT_DOC=index.html
> export HTTPD_SCRIPTALIAS=/usr/www/cgi-bin
> slinger -es &
>
> And I view the web page , but the variables don´t appear .
> I need help !!!
> 2011/2/24 maria almerich gimenz <malmerich@gmail.com>
>
> thank you so much.
>>
>> 2011/2/23 Aleksandar Ristovski <community-noreply@qnx.com>
>>
>> On Wed, 2011-02-23 at 07:22 -0500, maria almerich wrote:
>>> > Hi . I have problems using ds_create and ds_register  , with QNX
>>> > 6.4.0 , the compiler said that "undefined reference to ds_register" ,
>>> > Can somebody help me ???
>>>
>>> You need to link against libds.
>>>
>>> (either in your common.mk add LIBS+=ds or using IDE, QNX C/C++ Project,
>>> Linker tab, Extra libraries).
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>>
>>> QNX Momentics Community Support
>>> http://community.qnx.com/sf/go/post83412
>>>
>>>
>>
>