-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./configure $'\r': command not found #2
Comments
I'm a bit weirded out by the comment about the dollar sign followed by the carriage return. It sounds like the "configure" script has got a break after the $ that shouldn't be there. Line 7 of "configure" should be
all on one line. Note that the only thing that this "configure" script in the top level source directory does is to invoke the configure script in the scripts/ directory, so you could just as easily cd to the scripts directory and run the configure script there. It will accomplish the same thing. |
Seems like some kind of issue with DOS-style vs. UNIX-style carriage-return/linefeed characters? I haven't used cygwin for a very long time. It was basically made obsolete by WSL. But on Windows 8.1 you don't have that choice. |
hmm, that might be it. i came a bit further when i converted configure to UNIX style in notepad++ maybe i should just convert all those files in scripts converted config.sub also converted all the files in scripts 4 adding the logfile also i see im missing a few -maybe- essential gcc libs, im adding them and see if its works |
The question here is whether there is such a file "/usr/local/lib/irsim/tcl/tclirsim.dll". The "make" process should have created the DLL file, and "(sudo) make install" should have installed it. I would expect issues with just using magic's "configure" script, although they are very similar. You might want to try doing "cd scripts ; aclocal ; autoconf " to generate a new configure script, if nothing else seems to be working. |
had to do the following git clone git://opencircuitdesign.com/irsim dos2unix the whole dir with: create a new configure file with (thanks) and finally cd to: usr\local\src\irsim and i think its correct now, it looks like it at least? (now i just need to learn how to combine it with magic etc) |
Yes, that looks good. Also good do know that the build process still works with Cygwin. Thanks for writing down the instructions that get it all to work right. |
more exact install note for win 8.1 requires 'wget' and 'dos2unix' from cygwin package install, if you want you can put these instaructions on the homepage. launch the Xserver with startxwin place the file in C:\cygwin64 place the git clone in C:\cygwin64\usr\local\src |
FTR, using |
I've tried for hours now. I cant get it to work, or am I missing something? some extra lib?
Irsim is cloned into C:\cygwin64\usr\local\src
from there i do ./configure
./configure --disable-usersubckt
gives the same error as well
I have Magic working from the same method so i really don't understand this :)
I'm on Windows 8.1
The text was updated successfully, but these errors were encountered: