You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I am having is the reported issue 353, which has a status of
"fixed". I am using the newest version.
"What steps will reproduce the problem?
1. Get the newest souce code from mongoose.
2. Compile the souce code under the directory "mongoose/examples"
What is the expected output?
The excutable binary "chat" was created
What do you see instead?
Compile error and excutable binary "chat" was created, but hello could
be created.
cc -W -Wall -I.. -pthread -g chat.c ../mongoose.c $LIBS -o chat
/tmp/ccV4LqMt.o: In function `load_dll':
/root/rgu/webserver/mongoose/examples/../mongoose.c:3673: undefined reference
to `dlopen'
/root/rgu/webserver/mongoose/examples/../mongoose.c:3685: undefined reference
to `dlsym'
collect2: ld returned 1 exit status
"
What version of the product are you using? On what operating system?
I am using mongoose-3.7 on a Debian OS.
Original issue reported on code.google.com by [email protected] on 29 Apr 2013 at 4:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 29 Apr 2013 at 4:51The text was updated successfully, but these errors were encountered: