Search Results

Search: Posts Made By: manaankit
Forum: Programming 08-05-2011
3,308
Posted By manaankit
$(CCC) -o $(BIN_DIR)/CAC_gestion_processus...
$(CCC) -o $(BIN_DIR)/CAC_gestion_processus $(objs) -m64 $(CLDFLAGS) $(CLIBPATHS) $(CLIBS) -lCOM -lCAC

COM is the library which contains all those objects referred by CAC.
Forum: Programming 08-04-2011
3,308
Posted By manaankit
Its a library only. The application has multiple...
Its a library only. The application has multiple modules so from one module i am trying to access the libraries of another module which gives me error though i have used -l
Forum: Programming 08-04-2011
3,308
Posted By manaankit
gmake undefined symbol error
I have a C code which i am trying to compile using gcc. When i am trying to compile it i get the error undefined symbol error though i am providing the -l*** option where *** refers to the module...
2,800
Posted By manaankit
SSH using shell script terminates the script execution
Hello,

I am writing a shell script in which i do ssh to remote server and count the number of files there and then exit. After the exit the shell script terminates which i believe is expected...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 04:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy