Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - No rule to make target `libsocket.a', needed by.....: (2 Items)
   
No rule to make target `libsocket.a', needed by.....  
Hello,

I am trying to build a library in QNX 6.5 and my common.mk includes the "socket" lib
i.e.
#below line is part of my common.mk
LIBS+=socket

The source gets compiled but I get this error:

"No rule to make target `libsocket.a', needed by ......."

I am not sure how to fix this problem. Any help would be appreciated

Sunil

Re: No rule to make target `libsocket.a', needed by.....  
I found the mistake.... 

The qnx_internal.mk was taken from an older version of QNX. Once I brought in the correct version of this file, my build
 succeeded