View Issue Details

IDProjectCategoryView StatusLast Update
0000354easycwmpBugpublic2018-09-01 13:38
Reporterkalilac Assigned To 
PriorityhighSeveritymajorReproducibilitysometimes
Status newResolutionopen 
PlatformGNU/LinuxOSCentOSOS Version7.5.1804 (Core)
Summary0000354: Compilation ends with error "collect2: error: ld returned 1 exit status"
DescriptionHello all.
After some problems I could pass from "./configure" step but when I go to make command it ends with this error:

collect2: error: ld returned 1 exit status
make[1]: ** [easycwmpd] Erro 1
make[1]: Saindo do diretório `/opt/dev/easycwmp/bin'
make: ** [all-recursive] Erro 1

Again, I followed the instalation guide just like how is write there.
Can anyone help me?
Best regars
Steps To Reproducecd /opt/dev/

tar -xzvf easycwmp-1.7.0.tar.gz

mv easycwmp-1.7.0 easycwmp

cd /opt/dev/easycwmp/

autoreconf -i

./configure --enable-debug --enable-devel --enable-acs=multi --enable-jsonc=1 MICROXML_CFLAGS="-I/opt/git/microxml" MICROXML_LIBS="-L/opt/git/microxml"

make
Additional InformationI needed add the options MICROXML_CFLAGS and MICROXML_LIBS on ./configure step to pass microxml problem.
TagsNo tags attached.
e-mail notification

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-09-01 13:38 kalilac New Issue