-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make error #2
Comments
Please provide:
|
system: Mac OS X Lion 10.7.5 libcidr-1.2.1.tar.xz |
BTW, guys, the hosting of this project has moved to Gerrit and is synced to the wikimedia GitHub account at: |
1 similar comment
BTW, guys, the hosting of this project has moved to Gerrit and is synced to the wikimedia GitHub account at: |
still the same issue with analytics-libcidr, |
Ya certainly the same. Just wanted the issue to be tracked in th right place, as libcidr won't be updated On May 3, 2013, at 4:16, Ritesh Pradhan [email protected] wrote:
|
(cd src && make all)
cc -fpic -DPIC -c -g -O2 -pipe -Wall -Wstrict-prototypes -Wredundant-decls -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -Wsign-compare -pedantic -I../include -Iinclude -std=c99 -D_XOPEN_SOURCE=600 -o cidr_addr.So cidr_addr.c
cc -fpic -DPIC -c -g -O2 -pipe -Wall -Wstrict-prototypes -Wredundant-decls -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -Wsign-compare -pedantic -I../include -Iinclude -std=c99 -D_XOPEN_SOURCE=600 -o cidr_compare.So cidr_compare.c
cc -fpic -DPIC -c -g -O2 -pipe -Wall -Wstrict-prototypes -Wredundant-decls -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -Wsign-compare -pedantic -I../include -Iinclude -std=c99 -D_XOPEN_SOURCE=600 -o cidr_from_str.So cidr_from_str.c
cc -fpic -DPIC -c -g -O2 -pipe -Wall -Wstrict-prototypes -Wredundant-decls -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -Wsign-compare -pedantic -I../include -Iinclude -std=c99 -D_XOPEN_SOURCE=600 -o cidr_get.So cidr_get.c
cc -fpic -DPIC -c -g -O2 -pipe -Wall -Wstrict-prototypes -Wredundant-decls -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -Wsign-compare -pedantic -I../include -Iinclude -std=c99 -D_XOPEN_SOURCE=600 -o cidr_inaddr.So cidr_inaddr.c
cc -fpic -DPIC -c -g -O2 -pipe -Wall -Wstrict-prototypes -Wredundant-decls -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -Wsign-compare -pedantic -I../include -Iinclude -std=c99 -D_XOPEN_SOURCE=600 -o cidr_mem.So cidr_mem.c
cc -fpic -DPIC -c -g -O2 -pipe -Wall -Wstrict-prototypes -Wredundant-decls -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -Wsign-compare -pedantic -I../include -Iinclude -std=c99 -D_XOPEN_SOURCE=600 -o cidr_misc.So cidr_misc.c
cc -fpic -DPIC -c -g -O2 -pipe -Wall -Wstrict-prototypes -Wredundant-decls -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -Wsign-compare -pedantic -I../include -Iinclude -std=c99 -D_XOPEN_SOURCE=600 -o cidr_net.So cidr_net.c
cc -fpic -DPIC -c -g -O2 -pipe -Wall -Wstrict-prototypes -Wredundant-decls -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -Wsign-compare -pedantic -I../include -Iinclude -std=c99 -D_XOPEN_SOURCE=600 -o cidr_num.So cidr_num.c
cc -fpic -DPIC -c -g -O2 -pipe -Wall -Wstrict-prototypes -Wredundant-decls -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wnested-externs -Wmissing-declarations -Wsign-compare -pedantic -I../include -Iinclude -std=c99 -D_XOPEN_SOURCE=600 -o cidr_to_str.So cidr_to_str.c
Linking libcidr.so.0...
cc -shared -Wl,-x -o libcidr.so.0 -Wl,-soname,libcidr.so.0
../tools/lorder cidr_addr.So cidr_compare.So cidr_from_str.So cidr_get.So cidr_inaddr.So cidr_mem.So cidr_misc.So cidr_net.So cidr_num.So cidr_to_str.So | tsort
usage: join [-a fileno | -v fileno ] [-e string] [-1 field] [-2 field]
[-o list] [-t char] file1 file2
ld: unknown option: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [libcidr.so.0] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: