libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cross compiling, FreeBSD, libtool 1.4.2 -> --host=i386-mingw32msvc


From: Eurijk
Subject: Cross compiling, FreeBSD, libtool 1.4.2 -> --host=i386-mingw32msvc
Date: Mon, 20 May 2002 12:28:15 -0700

When trying to cross compile using --host=i386-mingw32msvc on libtool 1.4.2 
under FreeBSD, I'm running into problems when it tries to build ltdl. Is it 
something I'm doing in the configure.in/Makefile.am/bootstrap or is this a 
problem with ltdl?

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/prolix/prolix/src/
^^^ is where the configure.in, etc are for the project I'm working on.

Would anyone mind taking a look? Thanks >;-)

(errors on make as follows...)
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c  -DDLL_EXPORT -DPIC -o 
.libs/ltdl.lo
ltdl.c: In function `__declspec':
ltdl.c:161: parameter `lt_dlmalloc' is initialized
ltdl.c:162: syntax error before `__declspec'
ltdl.c:188: storage class specified for parameter `rpl_strdup'
ltdl.c:192: syntax error before `const'
ltdl.c:188: declaration for parameter `rpl_strdup' but no such parameter
ltdl.c:161: declaration for parameter `lt_dlmalloc' but no such parameter
ltdl.c:196: `str' undeclared (first use in this function)
ltdl.c:196: (Each undeclared identifier is reported only once
ltdl.c:196: for each function it appears in.)
ltdl.c:205: warning: return makes integer from pointer without a cast
ltdl.c: In function `lt_estrdup':
ltdl.c:884: warning: initialization makes pointer from integer without a cast
*** Error code 1


-- 
----------------------------------------
                        address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]