Skip to content
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

Open
riteshpradhan opened this issue May 2, 2013 · 6 comments
Open

make error #2

riteshpradhan opened this issue May 2, 2013 · 6 comments

Comments

@riteshpradhan
Copy link

(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

@wsdookadr
Copy link
Contributor

Please provide:

  • Distribution
  • Distribution version
  • Any other information that is necessary to reproduce the problem

@riteshpradhan
Copy link
Author

system: Mac OS X Lion 10.7.5

libcidr-1.2.1.tar.xz
untar
cd to libcidr
make

@ottomata
Copy link
Contributor

ottomata commented May 2, 2013

BTW, guys, the hosting of this project has moved to Gerrit and is synced to the wikimedia GitHub account at:

https://github.com/wikimedia/analytics-libcidr

1 similar comment
@ottomata
Copy link
Contributor

ottomata commented May 2, 2013

BTW, guys, the hosting of this project has moved to Gerrit and is synced to the wikimedia GitHub account at:

https://github.com/wikimedia/analytics-libcidr

@riteshpradhan
Copy link
Author

still the same issue with analytics-libcidr,
looks like they are same

@ottomata
Copy link
Contributor

ottomata commented May 3, 2013

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:

still the same issue with analytics-libcidr,
looks like they are same


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants