Issue 76 in uguu: ubuntu natty build

1 view
Skip to first unread message

ug...@googlecode.com

unread,
Feb 13, 2011, 2:37:02 PM2/13/11
to ug...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Web

New issue 76 by stanisla...@gmail.com: ubuntu natty build
http://code.google.com/p/uguu/issues/detail?id=76

What steps will reproduce the problem?
1. pull the code
2. make (see os below)

What is the expected output? What do you see instead?
I receive linking errors:
$ cc `curl-config --libs` curlftpscan.o cfwk.o
ftpparse.o ../libuguu/libuguu.a -o curlftpscan
curlftpscan.o: In function `main':
curlftpscan.c:(.text+0x148): undefined reference to `curl_global_init'

But
$ cc curlftpscan.o cfwk.o ftpparse.o ../libuguu/libuguu.a -o
curlftpscan `curl-config --libs`
works fine

What version of the product are you using? On what operating system?
Ubuntu Natty 64-bit
Gcc: 4.5, 4.6

See also:
Similar problem: http://ubuntuforums.org/showthread.php?p=10452995

ug...@googlecode.com

unread,
Feb 14, 2011, 2:16:19 AM2/14/11
to ug...@googlegroups.com

Comment #1 on issue 76 by ruslan.savchenko: ubuntu natty build
http://code.google.com/p/uguu/issues/detail?id=76

Thanks for the bugreport. How about --no-as-needed flag? In general I like
your solution, but I want to keep Makefiles the way they are.

ug...@googlecode.com

unread,
Feb 14, 2011, 3:42:49 AM2/14/11
to ug...@googlegroups.com

Comment #2 on issue 76 by stanisla...@gmail.com: ubuntu natty build
http://code.google.com/p/uguu/issues/detail?id=76

I tried it, but i didn't manage to make it work.

Reply all
Reply to author
Forward
0 new messages