Sponsored Content
Full Discussion: link error problem
Operating Systems Linux link error problem Post 58282 by niukun on Wednesday 17th of November 2004 09:36:19 AM
Old 11-17-2004
Dear bhargav,

Thank you for your kind reply.
This is the way I did before.
It's true that I've made test.o and use ld to link both file.
But I failed again.
Tens of errors appeared.
It seems that they can't find the corresponding system library.
My system is RH AS3 Upate2.
Do you have any other suggestion?

Thank you any way.

Sincerely,
Kun
 

8 More Discussions You Might Find Interesting

1. Programming

gcc Link problem

I have some crypting functions in object-file - for example,func.o Main file,from where crypting functions called, named as main.cpp . "gcc main.cpp -o main func.o" print "undefined reference to ... " But if I rename main.cpp to main.c and execute "gcc main.c -o main func.o" - ok. If anybody,... (3 Replies)
Discussion started by: Gigachel
3 Replies

2. UNIX for Advanced & Expert Users

Ftp Link problem

I am using ftp services at my unix box and accessing it from windows. when i am giving the url in the browser, ftp://neeraj:neeraj@10.1.3.116/cat01/Ne.txt it is giving me ISA Server: extended error message : 200 Type set to I. 200 PORT command successful. 550 /cat01/Ne.txt: No such... (0 Replies)
Discussion started by: NeerajYadav
0 Replies

3. Shell Programming and Scripting

problem with link creation!!!!

I have a home directory namely /pto/ppa/ridbmw/etl/ Now i have various directorys below the home directory. For eg from the home directory if i say cd /roddata it changes to that directory. I think its kind of link (I don't know if it's hard or soft). Now i need to create a new directory and... (4 Replies)
Discussion started by: dsravan
4 Replies

4. OS X (Apple)

Sym Link problem

Hi, I am using Mac X 10.5. It's supporting BSD. I am getting strange problem. • Launch the terminal. • Create a directory. Use cd <directory> • Now create another directory test with command “mkdir test”. • Create a soft link with command “ln -s text.txt test” • Go to the test directory... (1 Reply)
Discussion started by: Saurabh78
1 Replies

5. BSD

sym link problem

Hi, I am using Mac X 10.5. It's supporting BSD. I am getting strange problem. • Launch the terminal. • Create a directory. Use cd <directory> • Now create another directory test with command “mkdir test”. • Create a soft link with command “ln -s text.txt test” • Go to the test directory... (1 Reply)
Discussion started by: Saurabh78
1 Replies

6. Shell Programming and Scripting

Soft link/file name problem

I want to find graphic files on an external disk then create soft links to those files in a folder on my machine. I have a problem with file names: if there are two graphic files in different directories but with the same file name, a link is created only for the first file i.e the 2nd file is... (4 Replies)
Discussion started by: stumpyuk
4 Replies

7. Solaris

SUNW, hme0: Link Down - Cable problem

Ultra E150 Solaris 2.5.1 Oracle server. was working fine, then started losing network connection. I can see in messages file that it was complaining about another device using its ip address. Though not any longer, though I wonder if that was a red herring. My IT guys have now re-reserved its ip... (29 Replies)
Discussion started by: AlSmith1964
29 Replies

8. Linux

Link command problem

Hello, I have one issue with linking folders. I have two domains (domain1 and domain2) on one server (centOS). In domain1, I have one folder containing many images which I want to share for domain2. So i have created link for image directory using below command. ln -s... (1 Reply)
Discussion started by: amitshah.in
1 Replies
RTP 
sessions.(3) Library Functions Manual RTP sessions.(3) NAME
RTP sessions. - Classes class TRTPSessionBase< RTPDataChannel, RTCPChannel, ServiceQueue > class SingleThreadRTPSession< RTPDataChannel, RTCPChannel, ServiceQueue > This template class adds the threading aspect to the RTPSessionBase template in one of the many possible ways. class RTPSessionBase Generic RTP protocol stack for exchange of realtime data. Typedefs typedef SingleThreadRTPSession RTPSession Uses two pairs of sockets for RTP data and RTCP transmission/reception. typedef RTPSession RTPSocket Alias for RTPSession. typedef SingleThreadRTPSession < SymmetricRTPChannel, SymmetricRTPChannel > SymmetricRTPSession" Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception. Detailed Description Typedef Documentation RTPSession Uses two pairs of sockets for RTP data and RTCP transmission/reception. UDP/IPv4 RTP Session scheduled by one thread of execution. Examples: audiorx.cpp, audiotx.cpp, ccrtptest.cpp, rtphello.cpp, rtplisten.cpp, and rtpsend.cpp. RTPSocket Alias for RTPSession. SymmetricRTPSession Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception. Symmetric UDP/IPv4 RTP session scheduled by one thread of execution. Author Generated automatically by Doxygen for ccRTP from the source code. ccRTP Sat Jun 23 2012 RTP sessions.(3)
All times are GMT -4. The time now is 11:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy