paragui-users
[Top][All Lists]
Advanced

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

[paragui-users] Install Question


From: Aaron O Schweiger
Subject: [paragui-users] Install Question
Date: Sun, 20 Apr 2003 22:00:05 -0400

I was wondering if anyone has successfully compiled paragui 1.03 for
mingw32/msys (gcc 3.2).

"make install" complains:

creating test_physfs.exe
make[4]: Entering directory `/c/tmp/paragui-1.0.3/src/physfs/test'
/bin/sh ../libtool --mode=link
cc  -g -O2 -O2 -D_REENTRANT -D_THREAD_SAFE  -no-undefined -o test_physfs.exe
test_physfs.o ../libphysfs.la -lz
gcc -g -O2 -O2 -D_REENTRANT -D_THREAD_SAFE -o .libs/test_physfs.exe
test_physfs.o  .libs/libimp-physfs-0-1-7.a -lz -Wl,--rpath -Wl,/c/usr/lib
creating test_physfs.exe
/bin/sh ../mkinstalldirs /c/usr/bin
  /bin/sh ../libtool --mode=install /bin/install -c test_physfs.exe
/c/usr/bin/test_physfs.exe

/bin/install -c test_physfs.exe /c/usr/bin/test_physfs.exe
/bin/install: cannot stat `test_physfs.exe': No such file or directory
make[4]: *** [install-binPROGRAMS] Error 1

My ./configure line:

./configure --prefix=/c/usr --enable-internalexpat --enable-internalphysfs -
-disable-static

I was able to solve the problem with:

C:\tmp\paragui-1.0.3\src\physfs\test\.libs>copy test_physfs.exe ..

Then I got the following warning:

*** Warning: This library needs some functionality provided by
C:/usr/lib/libstdc++.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32
shared libraries
rm -fr .libs/libparagui.lax

I don't think this is something I have to worry about, right?  I assume
libstdc++ is usually statically linked?  Suggestions?

Thanks for your help,

Aaron Schweiger





reply via email to

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