Bugs item #1703107, was opened at 2007-04-18 18:51 Message generated for change (Comment added) made by bagder You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=1703107&group_id=125852
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: make fails on Solaris 8 gcc 3.4.2 Initial Comment: after ./configure --prefix=/my/path I changed the following in src/Makefile CFLAGS = -c -g -O2 -I/my/path/include -I/usr/include -Wall -I../include/ -fPIC #not working because -I is missing: #CFLAGS = -c -g -O2 /my/path/include -I/usr/include -Wall -I../include/ -fPIC SHLIB_LDFLAGS = -shared #not necessary since the others are in LDFLAGS already #SHLIB_LDFLAGS = -shared -lsocket -lm LIBS = #LIBS is added to the cc -c command which doesn't need a lib #LIBS = -lsocket ---------------------------------------------------------------------- >Comment By: Daniel Stenberg (bagder) Date: 2007-06-28 22:45 Message: Logged In: YES user_id=1110 Originator: NO This is fixed in 0.15 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=1703107&group_id=125852 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel