[Live-devel] ./live555MediaServer: can't load library 'libstdc++.so.6'
陈东伟
wei.francois at gmail.com
Tue Dec 12 19:41:29 PST 2006
Hi, All.
I compile live555MediaServer with the cross-compiler
"arm-uclibc-linux-" , then I run it on the ARM(arm926ejs), it shows
"./live555MediaServer: can't load library 'libstdc++.so.6 ". Is the
Makefile not correct? or some other reasons
Following is the Makefile for arm:
CROSS_COMPILE= arm-uclibc-linux-
COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -DNO_STRSTREAM=1
-D_LARGEFILE_SOURCE=1
C = c
C_COMPILER = $(CROSS_COMPILE)gcc
C_FLAGS = $(COMPILE_OPTS)
CPP = cpp
CPLUSPLUS_COMPILER = $(CROSS_COMPILE)g++
CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DBSD=1
OBJ = o
LINK = $(CROSS_COMPILE)g++ -o
LINK_OPTS = -L.
CONSOLE_LINK_OPTS = $(LINK_OPTS)
LIBRARY_LINK = $(CROSS_COMPILE)ld -o
LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic
LIB_SUFFIX = a
LIBS_FOR_CONSOLE_APPLICATION =
LIBS_FOR_GUI_APPLICATION =
EXE =
--
Regards,
francois_wei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20061212/8bb1cabc/attachment.html
More information about the live-devel
mailing list