[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
linking problem
From: |
Rohan Pasupuleti |
Subject: |
linking problem |
Date: |
Wed, 11 Aug 2004 07:20:02 -0700 (PDT) |
gcc -o test TestAppln.o -L./.. -lxxx -lpthread
(xxx is the library existing in ./..)
I am trying to link the two libraries with my application, when i gave the gcc command through one shell script, it is linking one library and fails to link other library.... in order second library...
But, when i did the same thing through Makefile it is working fine..Why ?
Rohan.
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- linking problem,
Rohan Pasupuleti <=