Re: [q-lang-users] Compiling Q on Mac OS X
Brought to you by:
agraef
From: Ryan S. <q-l...@ry...> - 2007-12-16 11:12:38
|
On Dec 16, 2007, at 04:17, Albert Graef wrote: > Ryan Schmidt wrote: > >> Hi there. I come to you from the MacPorts project [1]. > > Welcome Ryan, and thanks for taking care of the MacPorts Q package. Yes, apparently the last update to the Q port in MacPorts was 3 years ago. The maintainer seems to have disappeared. So I'll take it over and can hopefully keep it better maintained from now on. >> This is the same configure line that our Q 6.0 port used. Maybe some >> options have changed since then? > > No, the options should be fine (although you could probably get rid of > most if not all --with/without options). I'll keep them for now. In the portfiles we like to be a bit more explicit about dependencies, and not let configure pick up whatever it finds. The idea is that Q (and other ports) should build identically on every user's system, regardless of what other ports they might already have installed which Q might otherwise optionally make use of. >> /usr/bin/gcc-4.0 -o .libs/system.so -bundle .libs/system.o -L/opt/ >> local/lib ../../libq/.libs/libq.dylib /opt/local/lib/libgmp.dylib - >> lpthread -lreadline /opt/local/lib/libintl.dylib -lc /opt/local/lib/ >> libiconv.dylib -lm -Wl,-framework -Wl,CoreFoundation -Wl,-framework - >> Wl,CoreFoundation >> /usr/bin/ld: Undefined symbols: >> _coerce_float > > This should be fixed in cvs now. I also uploaded a new tarball > (q-7.9-2.tar.gz). Thanks for reporting! Please let me know if you run > into any other problems. Super! It builds just fine now. Vielen Dank! |