Re: Problem porting linux shared library to windows using cygwin and libtool

2003-12-10 Thread Schleicher Ralph (LLI)
Hi Thomas, if you wish to create Matlab MEX-Files using the GNU build environment, check out http://home.allgaeu.org/rschleic/rs/pub/mextool/mextool-2.0.tar.gz and http://home.allgaeu.org/rschleic/rs/pub/m-config/m-config-4.0.tar.gz I wrote the tools for porting Matlab stuff to MSYS/MinGW. A f

Re: Darwin, convenience libs, and global symbols

2003-12-10 Thread Matt Fago
Peter O'Gorman wrote: Matt Fago wrote: | Peter O'Gorman wrote: |> Matt Fago wrote: |> | The main application compiles and links correctly, but a test |> program -- |> | which links the same convenience libraries -- fails with "ld: |> Undefined |> | symbols" corresponding to the global variables in

Re: libtool 1.5a download broken

2003-12-10 Thread Gary V. Vaughan
Richard Dawe wrote: Hello. David Favor wrote: [snip] Is there an alternative way to access libtool 1.5a? [snip] I don't know. Maybe one of the GNU libtool maintainers can help? Bye, Rich =] According to the instructions on savannah.gnu.org: export CVS_RSH="ssh" cvs -d:ext:[EMAIL PROTECTED]:

Re: [MAD SCIENCE EXPERIMENT]: Replace some libtool functionality with handcoded C

2003-12-10 Thread Alexandre Oliva
On Dec 9, 2003, Tom Tromey <[EMAIL PROTECTED]> wrote: >> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> the *_OBJECT definitions assume the absence of shell-active Alexandre> characters in filenames, which is probably a safe Alexandre> assumption for Makefiles. > It is

(no subject)

2003-12-10 Thread Steve E Sherman
Greetings, We're working on the OpenHPI project in sourceforce and are having trouble getting lt_dlopenext to find a library that we're building.

Libtool adds -lc when it shouldn't

2003-12-10 Thread Matthew John Warton
Hi I am trying to port gnu gettext to a research operating system called mungi, using gettext's autoconf/libtool build environment however there is no libc.a on this platform as of yet, which up until now has not been a problem, however libtool is explicitly adding -lc to the ld command line when

GNU Automake 1.8 released

2003-12-10 Thread Alexandre Duret-Lutz
We're pleased to announce the release of Automake 1.8. Automake is a tool for automatically generating `Makefile.in's suitable for use with Autoconf, compliant with the GNU Makefile standards, and portable to various make implementations. This release contains many bug fixes and improvements. Th