kvinwang / idoubs

Automatically exported from code.google.com/p/idoubs
0 stars 0 forks source link

ld: library not found for -lsrtp clang: error: linker command failed with exit code 1 (use -v to see invocation) #166

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (wireshark) or Android log (DDMS output)
if you want quick response

What steps will reproduce the problem?
1. I followed the each and every step given in 
https://code.google.com/p/idoubs/wiki/Building_iDoubs_v2_x
2. I have dragged the iOS-ngn-stack.xcodeproj to my project. My project 
structure is /mydoubs/iPhone/idoubs/branches/2.0/myapp at the same level 
/mydoubs/iPhone/idoubs/branches/2.0/ios-ngn-stack and ios-doubs
3. Integrating with iOS7 with armv6,armv7 architecture with XCode5 

What is the expected output? What do you see instead?

ld: warning: directory not found for option '-L-lsrtp'
ld: warning: directory not found for option '-L-lssl'
ld: warning: directory not found for option '-L-lcrypto'
ld: warning: directory not found for option '-L-ltheora'
ld: warning: directory not found for option '-L-lvorbis'
ld: warning: directory not found for option '-L-logg'
ld: warning: directory not found for option '-L-lyuv'
ld: warning: directory not found for option '-L-lvpx'
ld: warning: directory not found for option '-L-lx264'
ld: warning: directory not found for option '-L-lswscale'
ld: warning: directory not found for option '-L-lavutil'
ld: warning: directory not found for option '-L-lavcodec'
ld: warning: directory not found for option '-L-lopus'
ld: warning: directory not found for option '-L-lgsm'
ld: warning: directory not found for option '-L-lg729b'
ld: warning: directory not found for option '-L-lspeex'
ld: warning: directory not found for option '-L-lspeexdsp'
ld: warning: directory not found for option '-L-framework'
ld: warning: directory not found for option '-LFoundation'
ld: warning: directory not found for option '-L-framework'
ld: warning: directory not found for option '-LUIKit'
ld: library not found for -lsrtp
clang: error: linker command failed with exit code 1 (use -v to see invocation)

What version of the product or source code revision are you using? On what
operating system?

/branches/V2.0
OS: MacOS 10.9.1
iOS version: 7.0
IDE: XCode5

Please provide any additional information below.

Original issue reported on code.google.com by iphone.o...@gmail.com on 8 Jan 2014 at 3:24

GoogleCodeExporter commented 9 years ago
I am getting this

ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)

xcode 6.1
MacOS 10.9.4

Original comment by wasifiqb...@gmail.com on 10 Feb 2015 at 8:05

GoogleCodeExporter commented 9 years ago
I am getting 

ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)

while building testRegistration target for iOS Device.

Mac OSX 10.10.2 (Yosemite)
Xcode 6.2
doubango revision 1255

Original comment by ozair.ka...@gmail.com on 21 Mar 2015 at 12:45