Bugs item #1622835, was opened at 2006-12-27 11:51
Message generated for change (Comment added) made by borutr
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100599&aid=1622835&group_id=599
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: Build system
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Hubert Sack (hsack)
Assigned to: Nobody/Anonymous (nobody)
Summary: Build error using cygwin
Initial Comment:
When I want to run "make" with the latest snapshots (4523 and 4528) using cygwin, build terminates due to errors:
gcc -mno-cygwin -O2 -DHAVE_CONFIG_H -mno-cygwin -o ../../bin/sdcpp.exe sdcpp.o sdcpp-opts.o \
safe-ctype.o obstack.o splay-tree.o lbasename.o hex.o concat.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xexit.o getpwd.o libcpp.a
libcpp.a(diagnostic.o):diagnostic.c:(.text+0x1b): undefined reference to `_vasprintf'
collect2: ld returned 1 exit status
make[1]: *** [../../bin/sdcpp.exe] Error 1
make[1]: Leaving directory `/cygdrive/d/zwischenspeicher/sdcc.build/support/cpp2'
make: *** [sdcc-libs] Error 2
----------------------------------------------------------------------
>Comment By: Borut Razem (borutr)
Date: 2006-12-27 21:52
Message:
Logged In: YES
user_id=568035
Originator: NO
Miracles are happening ;-)
Borut
----------------------------------------------------------------------
Comment By: Hubert Sack (hsack)
Date: 2006-12-27 18:15
Message:
Logged In: YES
user_id=1160854
Originator: YES
The latest snapshot (Ver 2.6.3 #4532) works again using cygwin.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100599&aid=1622835&group_id=599
|