Ticket #12596: myavtest link 2016 Jan 9.txt

File myavtest link 2016 Jan 9.txt, 2.1 KB (added by ctreleaven@…, 8 years ago)

Example of linking arguments

Line 
1/usr/bin/clang++
2    -headerpad_max_install_names 
3    -Wl,-dynamic,-search_paths_first
4    -Qunused-arguments
5    -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
6    -stdlib=libc++
7    -mmacosx-version-min=10.7
8    -o mythavtest main.o commandlineparser.o 
9    -F/opt/local/libexec/qt5/lib
10    -L../../libs/libmyth
11    -L../../libs/libmythtv
12    -L../../external/FFmpeg/libswresample
13    -L../../external/FFmpeg/libavutil
14    -L../../external/FFmpeg/libavcodec
15    -L../../external/FFmpeg/libavformat
16    -L../../external/FFmpeg/libswscale
17    -L../../libs/libmythbase
18    -L../../libs/libmythui
19    -L../../libs/libmythupnp
20    -L../../libs/libmythmetadata
21    -L../../libs/libmythservicecontracts
22    -L../../libs/libmythprotoserver
23    -lmythswscale
24    -lmythavformat
25    -lmythswresample
26    -lmythavutil
27    -lmythavcodec
28    -lmythtv-0.28
29    -lmythupnp-0.28
30    -lmythbase-0.28
31    -lmythui-0.28
32    -lmyth-0.28
33    -lmythmetadata-0.28
34    -lmythservicecontracts-0.28
35    -lmythprotoserver-0.28
36    -L../../libs/libmythfreemheg
37    -lmythfreemheg-0.28
38    -L../../external/libhdhomerun
39    -lmythhdhomerun-0.28
40    -L/opt/local/lib
41    -ltag
42    -framework QTKit
43    -framework Foundation
44    -framework QuartzCore
45    -framework CoreVideo
46    -framework AVFoundation
47    -framework CoreMedia
48    -framework CoreFoundation
49    -framework VideoToolbox
50    -framework CoreServices
51    -framework VideoDecodeAcceleration
52    -lxml2
53    -lcrypto
54    -lass
55    -lfftw3_threads
56    -lfftw3f
57    -lfftw3
58    -liconv
59    -lxcb-shm
60    -lxcb-xfixes
61    -lxcb-render
62    -lxcb-shape
63    -lxcb
64    -lX11
65    -Wl,-framework,CoreFoundation
66    -Wl,-framework,Security
67    -lfreetype
68    -Wl,-framework,OpenGL
69    -lx264
70    -lmp3lame
71    -lfaac
72    -framework CoreGraphics
73    -lm
74    -llzma
75    -lbz2
76    -lz
77    -pthread
78    -framework OpenGL
79    -framework AGL
80    -framework QtOpenGL
81    -framework QtWidgets
82    -framework QtGui
83    -framework QtCore
84    -framework DiskArbitration
85    -framework IOKit
86    -framework QtNetwork
87    -framework QtXml
88    -framework QtSql