[Fink-devel] How to get CVS packages

2002-11-03 Thread Eric Norum
But nothing I've done lets me get at the 20020123-4 version of f2c which I want. -- Eric Norum <[EMAIL PROTECTED]> Department of Electrical Engineering University of Saskatchewan Saskatoon, Canada. Phone: (306) 966-5394 FAX: (306) 966-5407

[Fink-devel] Fink openmotif3 package

2002-07-04 Thread Eric Norum
on the linker command line? Thanks, -- Eric Norum <[EMAIL PROTECTED]> Department of Electrical Engineering University of Saskatchewan Saskatoon, Canada. Phone: (306) 966-5394 FAX: (306) 966-5407 --- This sf.net email is sponsored b

Re: [Fink-devel] ld option to supress multiple definitions (from apple's list)

2002-04-23 Thread Eric Norum
the use of -flat_namespace just raises the need for a bunch of other flags like -undefined suppress and -multiply_defined suppress. I'm concerned about all the `suppress' options hiding problems that really ought to be fixed properly. -- Eric Norum <[EMAIL PROTECTED]> Dep

[Fink-devel] linker error building shared library

2002-04-04 Thread Eric Norum
. Any ideas as to what's causing the above error, and how to fix it? -- Eric Norum <[EMAIL PROTECTED]> Department of Electrical Engineering University of Saskatchewan Saskatoon, Canada. Phone: (306) 966-5394 FAX: (306) 966-5407 ___ Fink

[Fink-devel] Creating a package

2002-03-05 Thread Eric Norum
e I've produced the fink source and binary packages how do I get them onto the fink distribution. Sorry for the beginner questions. -- Eric Norum <[EMAIL PROTECTED]> Department of Electrical Engineering University of Saskatchewan Saskatoon, Canada.

[Fink-devel] zsh breaks configure scripts

2002-03-04 Thread Eric Norum
ar('\n'); } I suggest that the fprintdir/putchar be called only in interactive shells: if (unset(PUSHDSILENT) && func != BIN_CD && isset(INTERACTIVE)) printdirstack(); else if (doprintdir && isset(INTERACTIVE)) { fprintdir(pwd, stdout);